forked from xuos/xiuos
solve the compile problem of tflite in xiuos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user