diff options
author | 서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com> | 2018-05-15 16:47:57 +0900 |
---|---|---|
committer | GitHub Enterprise <noreply-CODE@samsung.com> | 2018-05-15 16:47:57 +0900 |
commit | af0388e0b4d24eeca4df6c4a13363d05203fdaca (patch) | |
tree | b6558dfe44a6905374bf66b268a62aadf8e38fe0 /Makefile | |
parent | 7078715fb3b87978a65c7376f34c0438564c50b7 (diff) | |
download | nnfw-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) \ |