8 lines
115 B
Makefile
8 lines
115 B
Makefile
SRC_DIR :=
|
|
|
|
ifeq ($(CONFIG_SEPARATE_COMPILE),y)
|
|
SRC_DIR += app_newlib
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|