mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
6 lines
139 B
Makefile
6 lines
139 B
Makefile
|
SRC_CC = core_printf.cc
|
||
|
LIBS = cxx console
|
||
|
INC_DIR += $(REP_DIR)/src/base/console
|
||
|
|
||
|
vpath core_printf.cc $(BASE_DIR)/src/base/console
|