aboutsummaryrefslogtreecommitdiff
path: root/tflite_micro.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tflite_micro.cmake')
-rw-r--r--tflite_micro.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tflite_micro.cmake b/tflite_micro.cmake
index 2cdc4eb..76609c9 100644
--- a/tflite_micro.cmake
+++ b/tflite_micro.cmake
@@ -60,6 +60,7 @@ else()
# Command and target
add_custom_target(tflu_gen ALL
+ COMMAND make -f ${TFLU_PATH}/tools/make/Makefile third_party_downloads
COMMAND make -j${J} -f ${TFLU_PATH}/tools/make/Makefile microlite
TARGET_TOOLCHAIN_ROOT=${TFLU_TARGET_TOOLCHAIN_ROOT}
TOOLCHAIN=${TFLU_TOOLCHAIN}