xiuos/APP_Framework/lib/Makefile

11 lines
165 B
Makefile
Raw Normal View History

2021-06-16 11:27:03 +08:00
SRC_DIR :=
2021-06-18 17:37:03 +08:00
ifeq ($(CONFIG_APP_SELECT_NEWLIB),y)
ifeq ($(CONFIG_SEPARATE_COMPILE),y)
SRC_DIR += app_newlib
endif
2021-06-16 11:27:03 +08:00
endif
2021-06-09 16:24:37 +08:00
2021-06-18 17:37:03 +08:00
2021-06-09 16:24:37 +08:00
include $(KERNEL_ROOT)/compiler.mk