summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>2018-05-15 16:47:57 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2018-05-15 16:47:57 +0900
commitaf0388e0b4d24eeca4df6c4a13363d05203fdaca (patch)
treeb6558dfe44a6905374bf66b268a62aadf8e38fe0 /Makefile
parent7078715fb3b87978a65c7376f34c0438564c50b7 (diff)
downloadnnfw-af0388e0b4d24eeca4df6c4a13363d05203fdaca.tar.gz
nnfw-af0388e0b4d24eeca4df6c4a13363d05203fdaca.tar.bz2
nnfw-af0388e0b4d24eeca4df6c4a13363d05203fdaca.zip
Remove download_dependencies.tar.gz (#1148)
The old version of this patch has already been applied to the `release/tizen-5.0-m1` branch by PR #1116. This patch removes packaging/download_dependencies.tar.gz and uses packages in externals/tensorflow. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21f2b31c7..63b172973 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,6 @@ configure_internal:
ifneq ($(TARGET_OS),tizen)
git submodule update --init --recursive
endif
- ./run prepare_external_libs
mkdir -p $(BUILD_ROOT)
cmake -B$(CURDIR)/$(BUILD_ROOT) -H$(CURDIR) \