forked from xuos/xiuos
9 lines
143 B
Makefile
Executable File
9 lines
143 B
Makefile
Executable File
SRC_FILES :=
|
|
ifeq ($(CONFIG_APP_MNIST),y)
|
|
SRC_FILES := \
|
|
main.cpp \
|
|
mnistmain.c
|
|
CPPPATHS += -I.
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |