forked from xuos/xiuos
First commit XiUOS
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user