solve the compile problem of tflite in xiuos

This commit is contained in:
Wang_Weigen
2021-09-09 18:00:27 +08:00
parent 55dc35f2de
commit 5b47a83022
36 changed files with 232 additions and 47 deletions
+1 -10
View File
@@ -1,13 +1,4 @@
SRC_DIR :=
ifeq ($(CONFIG_SUPPORT_KNOW_FRAMEWORK),y)
ifeq ($(CONFIG_USING_TFLITE_MNIST),y)
SRC_DIR += tflite_mnist
endif
ifeq ($(CONFIG_USING_TFLITE_SIN),y)
SRC_DIR += tflite_sin
endif
endif
SRC_DIR := tensorflow-lite
include $(KERNEL_ROOT)/compiler.mk