Remove runtime in Makefile (#4744)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 14 Mar 2019 11:21:31 +0000 (20:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 14 Mar 2019 11:21:31 +0000 (20:21 +0900)
Remove deprecated build option runtime

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Makefile

index 0d2f8fe..fa32463 100644 (file)
--- 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