xiuos/APP_Framework/lib/Makefile

8 lines
115 B
Makefile

SRC_DIR :=
ifeq ($(CONFIG_SEPARATE_COMPILE),y)
SRC_DIR += app_newlib
endif
include $(KERNEL_ROOT)/compiler.mk