forked from xuos/xiuos
First commit XiUOS
This commit is contained in:
12
applications/user_api/Makefile
Normal file
12
applications/user_api/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
SRC_DIR :=
|
||||
|
||||
ifeq ($(CONFIG_POSIX_API),y)
|
||||
SRC_DIR += posix_support
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SEPARATE_COMPILE),y)
|
||||
SRC_DIR += switch_api
|
||||
SRC_DIR += general_functions
|
||||
endif
|
||||
|
||||
include $(KERNEL_ROOT)/compiler.mk
|
||||
Reference in New Issue
Block a user