Turn on embed_kernels options of ACL
authorSaeHie Park <saehie.park@samsung.com>
Fri, 23 Mar 2018 00:42:34 +0000 (09:42 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 23 Mar 2018 01:36:50 +0000 (10:36 +0900)
This will turn on embed_kernels option of scons build

Makefile

index 189ea05..346ca77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ TIMESTAMP_BUILD=$(WORKDIR)/BUILD
 TIMESTAMP_INSTALL=$(WORKDIR)/INSTALL
 
 ACL_FOLDER=externals/acl
-ACL_COMMAND=scons Werror=1 neon=1 opencl=1 os=linux arch=armv7a examples=0
+ACL_COMMAND=scons Werror=1 neon=1 opencl=1 os=linux arch=armv7a examples=0 embed_kernels=1
 # TODO: add these for only debug
 ACL_COMMAND+=debug=1 asserts=1