From d9afc08424cdb71bfad0db597df4246f217cf723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85strand?= Date: Tue, 6 Oct 2020 13:25:08 +0200 Subject: Remove dependency on cmsis_device The applications doesn't need the cmsis device dependency. Remove it and add the explicit headers that are required to access assembler defines. Change-Id: I959b60e0ca150a75145319df207cfeb6361f0022 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e14fe0..99d829c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,4 +62,4 @@ add_subdirectory(applications) add_subdirectory(drivers) # Merge libraries into static library -target_link_libraries(ethosu_core INTERFACE tflu cmsis_core cmsis_device ethosu_applications ethosu_drivers) +target_link_libraries(ethosu_core INTERFACE tflu cmsis_core ethosu_applications ethosu_drivers) -- cgit v1.2.1