Files
xiuos/APP_Framework/Framework/control/shared/Makefile
2022-03-17 15:33:37 +08:00

9 lines
128 B
Makefile
Executable File

SRC_FILES := control.c
ifeq ($(CONFIG_MOUNT_SDCARD),y)
SRC_FILES += control_file.c
endif
include $(KERNEL_ROOT)/compiler.mk