From 908817c674b14565767104933509db54a746b7b4 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: Thu, 14 Mar 2019 20:21:31 +0900 Subject: [PATCH] Remove runtime in Makefile (#4744) Remove deprecated build option runtime Signed-off-by: Hyeongseok Oh --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 0d2f8fe..fa32463 100644 --- a/Makefile +++ b/Makefile @@ -114,8 +114,6 @@ distclean: rm -rf $(WORKDIR) rm -rf externals/*.stamp -runtime: runtime_build_internal - tflite: tflite_build_internal ### @@ -161,12 +159,6 @@ build_coverage_suite: install_internal @rm -rf include_lists.txt tests/scripts/build_path_depth.txt @mv coverage-suite.tar.gz $(INSTALL_ROOT)/. -runtime_build_internal: $(BUILD_ROOT) - cd $(BUILD_ROOT) && make -j $(NPROCS) nnapi_pure_arm_compute - rm -rf $(BUILD_ALIAS) - ln -s $(BUILD_FOLDER) $(BUILD_ALIAS) - touch $(TIMESTAMP_BUILD) - tflite_build_internal: $(BUILD_ROOT) # Build test cd $(BUILD_ROOT) && make -j $(NPROCS) tensorflow-lite gtest_main -- 2.7.4