12 lines
228 B
Makefile
12 lines
228 B
Makefile
include ../make/ufuncs.mk
|
|
|
|
$(eval $(call add_include,libsystem))
|
|
$(eval $(call add_include,liballoc))
|
|
$(eval $(call add_include,libaux))
|
|
|
|
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
|
|
|
|
libname := libdebugconsole
|
|
|
|
include ../make/lib.mk
|