From cfe46658364fd3ddf979665875c59d90911e3a64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Wed, 5 Sep 2018 18:50:11 +0900 Subject: [PATCH] Revert makfile to build pacl only (#2607) Revert makfile to build pacl & test, not to build neurun Signed-off-by: Hyeongseok Oh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 986432c..376a2c0 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 neurun + cd $(BUILD_ROOT) && make -j $(NPROCS) nnapi_pure_arm_compute rm -rf $(BUILD_ALIAS) ln -s $(BUILD_FOLDER) $(BUILD_ALIAS) touch $(TIMESTAMP_BUILD) -- 2.7.4