Files
xiuos/APP_Framework/lib/Makefile
2021-06-16 11:28:44 +08:00

8 lines
115 B
Makefile

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