8 lines
136 B
Makefile
8 lines
136 B
Makefile
SRC_DIR :=
|
|
|
|
ifeq ($(CONFIG_USING_TENSORFLOWLITEMICRO),y)
|
|
SRC_DIR += tensorflow-lite-for-mcu
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|