diff options
author | 오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com> | 2018-12-06 10:49:02 +0900 |
---|---|---|
committer | 박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com> | 2018-12-06 10:49:02 +0900 |
commit | bf45d8c1ecf110d7fe1b360a6bee8436a44987db (patch) | |
tree | ab5fe7e92645f0e870eac5613cf84014928b53ba /Makefile | |
parent | 08d335cc99e461bbfd4240813682855cf37cb32f (diff) | |
download | nnfw-bf45d8c1ecf110d7fe1b360a6bee8436a44987db.tar.gz nnfw-bf45d8c1ecf110d7fe1b360a6bee8436a44987db.tar.bz2 nnfw-bf45d8c1ecf110d7fe1b360a6bee8436a44987db.zip |
Remove UPDATE_MODULE in makefile (#3891)
Remove UPDATE_MODULE environment variable to ignore submodule update: deprecated feature because we don't use submodule
Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -9,7 +9,6 @@ OBS_BUILD?=OFF COVERAGE_BUILD?=0 BENCHMARK_ACL_BUILD?=0 OPTIONS?= -UPDATE_MODULE?=1 # make TARGET and TYPE to lowercase TARGET_ARCH_LC=$(shell echo $(TARGET_ARCH) | tr A-Z a-z) @@ -115,10 +114,6 @@ ifneq ($(EXT_ACL_FOLDER),) ACL_FOLDER_BUILD=$(EXT_ACL_FOLDER) endif -ifeq ($(OBS_BUILD),ON) - UPDATE_MODULE=0 -endif - all: build ### |