aboutsummaryrefslogtreecommitdiff
path: root/applications/trustzone_inference
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-24 14:16:34 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-25 15:31:56 +0100
commit15625f17e4c5f71be970cda8bf918cc00e613cad (patch)
treed37a09a9c6ecd879a9b39fb8f3126134b23e9d79 /applications/trustzone_inference
parente07dda6a06e66b055e9302d8c35233ff87e3e934 (diff)
downloadethos-u-core-platform-15625f17e4c5f71be970cda8bf918cc00e613cad.tar.gz
Exclude applications that depend on NPU
Exclude applications that depend on the NPU, if the NPU driver library was not compiled by the project. Change-Id: I3fcb570cf155d589a9576266332ba519a11186f1
Diffstat (limited to 'applications/trustzone_inference')
-rw-r--r--applications/trustzone_inference/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/trustzone_inference/CMakeLists.txt b/applications/trustzone_inference/CMakeLists.txt
index f1efa95..a985437 100644
--- a/applications/trustzone_inference/CMakeLists.txt
+++ b/applications/trustzone_inference/CMakeLists.txt
@@ -16,7 +16,7 @@
# limitations under the License.
#
-if (NOT ${ETHOSU_TARGET} STREQUAL "corstone-300")
+if (NOT ${ETHOSU_TARGET} STREQUAL "corstone-300" OR NOT TARGET ethosu_core_driver)
return()
endif()