aboutsummaryrefslogtreecommitdiff
path: root/src/backends/NeonWorkloads
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/NeonWorkloads')
-rw-r--r--src/backends/NeonWorkloads/backend.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backends/NeonWorkloads/backend.mk b/src/backends/NeonWorkloads/backend.mk
index 4c7fbe6fe0..7b7f87be6a 100644
--- a/src/backends/NeonWorkloads/backend.mk
+++ b/src/backends/NeonWorkloads/backend.mk
@@ -3,6 +3,10 @@
# SPDX-License-Identifier: MIT
#
+# BACKEND_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
+
BACKEND_SOURCES := \
NeonActivationFloatWorkload.cpp \
NeonActivationUint8Workload.cpp \