aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Elofsson <jens.elofsson@arm.com>2021-06-18 13:49:06 +0200
committerJens Elofsson <jens.elofsson@arm.com>2021-06-21 14:56:19 +0200
commit46841ed56070fcc605bc9396d437142ecf45a938 (patch)
treee50828db5486e77e56ad1856ffb1de33226e6f7e
parenta5e90fd528f425a32a1d26a3d794be0eb4e0b5f8 (diff)
downloadethos-u-core-software-46841ed56070fcc605bc9396d437142ecf45a938.tar.gz
Workaround for https://github.com/tensorflow/tflite-micro/issues/199.
Change-Id: I35c8179a40b89e78d144813309b7b0e0d8a68285
-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}