summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 376a2c042..986432c28 100644
--- a/Makefile
+++ b/Makefile
@@ -224,7 +224,7 @@ build_coverage_suite: install_internal
@mv coverage-suite.tar.gz $(INSTALL_ROOT)/.
runtime_build_internal: $(BUILD_ROOT)
- cd $(BUILD_ROOT) && make -j $(NPROCS) nnapi_pure_arm_compute
+ cd $(BUILD_ROOT) && make -j $(NPROCS) nnapi_pure_arm_compute neurun
rm -rf $(BUILD_ALIAS)
ln -s $(BUILD_FOLDER) $(BUILD_ALIAS)
touch $(TIMESTAMP_BUILD)