summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>2018-12-17 19:33:34 +0900
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2018-12-17 19:33:34 +0900
commit7d484e5c3acd4b3ad8039226a25f78d26748be0a (patch)
tree5cc41325b7b7e36698f7392a95943e7f6571ad1f /Makefile
parent755b200e92b48b2cd24ccb5df09d23aba8033370 (diff)
downloadnnfw-7d484e5c3acd4b3ad8039226a25f78d26748be0a.tar.gz
nnfw-7d484e5c3acd4b3ad8039226a25f78d26748be0a.tar.bz2
nnfw-7d484e5c3acd4b3ad8039226a25f78d26748be0a.zip
Configure ARMCompute correctly (#4066)
This commit updates Makefile and ARMComputeConfig.cmake to correctly configure ARMCompute library targets even for CI build. Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d484f14b0..d7f9487cd 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,13 @@ clean:
rm -rf $(WORKDIR)
rm -rf externals/*.stamp
-acl: internal_acl_build internal_acl_install
+acl:
+ifeq ($(EXT_ACL_FOLDER),)
+ # Skip internal_acl_build when EXT_ACL_FOLDER is set
+ # NOTE internal_acl_build depends on configure
+ make internal_acl_build
+endif
+ make internal_acl_install
check: check_internal