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

7 lines
109 B
Makefile

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