summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>2019-03-04 18:48:15 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-03-04 18:48:15 +0900
commitb11b6ab278e40a043768b4d4edef1c06c8be0ab1 (patch)
tree0f3db99fd84a7244a652cdbe4eeedbd603dc1966 /Makefile
parent73db81e32d73860e06113f33adffe59bae446b00 (diff)
downloadnnfw-b11b6ab278e40a043768b4d4edef1c06c8be0ab1.tar.gz
nnfw-b11b6ab278e40a043768b4d4edef1c06c8be0ab1.tar.bz2
nnfw-b11b6ab278e40a043768b4d4edef1c06c8be0ab1.zip
Remove unused targets in Makefile (#4556)
This commit removes deprecated target "check" and related internal targets. Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index 480734ec9..eefee1d9f 100644
--- a/Makefile
+++ b/Makefile
@@ -116,8 +116,6 @@ ifneq ($(EXT_ACL_FOLDER),)
#make external_acl
endif
-check: check_internal
-
runtime: runtime_build_internal
testbuild: test_build_internal
@@ -159,19 +157,6 @@ install_internal:
internal_acl_build: configure_internal
-ifeq ($(CROSS_BUILD),1)
-check_internal: test_internal_cross
-else
-check_internal: test_internal
-endif
-
-# TODO: Enable tests on cross build
-test_internal_cross:
- @echo "Can't do tests on cross build"
-
-test_internal:
- tests/scripts/test_driver.sh .
-
build_test_suite: install_internal
@echo "packaging test suite"
@rm -rf $(INSTALL_ROOT)/test-suite.tar.gz