Files
xiuos/applications/tflite_sin/Makefile
2021-04-28 17:49:18 +08:00

12 lines
197 B
Makefile

ifeq ($(CONFIG_USING_TFLITE_SIN),y)
SRC_FILES := \
sinmain.c \
main_functions.cc \
model.cc \
output_handler.cc \
constants.cc
CPPPATHS += -I.
endif
include $(KERNEL_ROOT)/compiler.mk