aboutsummaryrefslogtreecommitdiff
path: root/applications/trustzone_inference/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'applications/trustzone_inference/CMakeLists.txt')
-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()