xiuos3/lib/Makefile

17 lines
169 B
Makefile
Raw Normal View History

2021-04-28 17:49:18 +08:00
SRC_DIR :=
ifeq ($(CONFIG_LIB_NEWLIB),y)
SRC_DIR += newlib
endif
ifeq ($(CONFIG_LIB_CPLUSPLUS),y)
SRC_DIR += libcpp
endif
include $(KERNEL_ROOT)/compiler.mk