aboutsummaryrefslogtreecommitdiff
path: root/src/backends/common.mk
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-01 16:15:57 +0000
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-02 14:49:21 +0000
commitc9cc80455ff29fd2c8622c9487ec9c57ade6ea30 (patch)
tree41b1491312fe6082b39d5d37ffa0dcf0ab0f2817 /src/backends/common.mk
parent207ef9a6b8b3ea0afe9a095639f67b5dedd095d7 (diff)
downloadarmnn-c9cc80455ff29fd2c8622c9487ec9c57ade6ea30.tar.gz
IVGCVSW-1946: Remove armnn/src from the include paths
Change-Id: I663a0a0fccb43ee960ec070121a59df9db0bb04e
Diffstat (limited to 'src/backends/common.mk')
-rw-r--r--src/backends/common.mk30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/backends/common.mk b/src/backends/common.mk
deleted file mode 100644
index 152ada3532..0000000000
--- a/src/backends/common.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# Copyright © 2017 ARM Ltd. All rights reserved.
-# SPDX-License-Identifier: MIT
-#
-
-# COMMON_SOURCES contains the list of files to be included
-# in the Android build and it is picked up by the Android.mk
-# file in the root of ArmNN
-
-COMMON_SOURCES := \
- BackendContextRegistry.cpp \
- BackendRegistry.cpp \
- CpuTensorHandle.cpp \
- ILayerSupport.cpp \
- MemCopyWorkload.cpp \
- LayerSupportRegistry.cpp \
- OutputHandler.cpp \
- StringMapping.cpp \
- WorkloadData.cpp \
- WorkloadFactory.cpp
-
-# COMMON_TEST_SOURCES contains the list of files to be included
-# in the Android unit test build (armnn-tests) and it is picked
-# up by the Android.mk file in the root of ArmNN
-
-COMMON_TEST_SOURCES := \
- test/WorkloadDataValidation.cpp \
- test/TensorCopyUtils.cpp \
- test/LayerTests.cpp
-