9 lines
128 B
Makefile
Executable File
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
|
|
|