From 649c861a35629703bc3f95140d4700a18ed655f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Fri, 8 Mar 2019 16:38:02 +0900 Subject: [PATCH] Remove workaround for pre-built acl (#4639) Use pre-built acl v19.02 again Signed-off-by: Hyeongseok Oh --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4524561..a254fe8 100644 --- a/Makefile +++ b/Makefile @@ -47,10 +47,10 @@ ifeq ($(BENCHMARK_ACL_BUILD),1) OPTIONS+= -DBUILD_BENCHMARK_ACL=1 endif -#ifneq ($(EXT_ACL_FOLDER),) -# OPTIONS+= -DBUILD_ARMCOMPUTE=OFF -# OPTIONS+= -DARMCompute_EXTDIR=$(EXT_ACL_FOLDER) -#endif +ifneq ($(EXT_ACL_FOLDER),) + OPTIONS+= -DBUILD_ARMCOMPUTE=OFF + OPTIONS+= -DARMCompute_EXTDIR=$(EXT_ACL_FOLDER) +endif ifneq ($(OBS_BUILD),OFF) OPTIONS+= -DBUILD_ARMCOMPUTE=FALSE -- 2.7.4