Adapt build to using cmsis_system

The core_software handling has split cmsis_startup into cmsis_system and
cmsis_startup in order to be able to controll the build of the libraries
per excecutable. This change adapts to that change.

Change-Id: I13286c75ba1c2298e760f9c0594ce4fec9db33dc
diff --git a/targets/common/CMakeLists.txt b/targets/common/CMakeLists.txt
index fa9b953..f3382f3 100644
--- a/targets/common/CMakeLists.txt
+++ b/targets/common/CMakeLists.txt
@@ -52,9 +52,7 @@
 # Startup
 add_library(ethosu_target_startup INTERFACE)
 target_link_libraries(ethosu_target_startup INTERFACE ethosu_target_link)
-
-target_link_libraries(ethosu_target_startup INTERFACE $<TARGET_OBJECTS:cmsis_startup>)
-add_dependencies(ethosu_target_startup $<TARGET_OBJECTS:cmsis_startup>)
+target_link_libraries(ethosu_target_startup INTERFACE cmsis_system)
 
 # Init
 add_library(ethosu_target_init INTERFACE)
diff --git a/targets/corstone-300/CMakeLists.txt b/targets/corstone-300/CMakeLists.txt
index d162537..03226c7 100644
--- a/targets/corstone-300/CMakeLists.txt
+++ b/targets/corstone-300/CMakeLists.txt
@@ -50,6 +50,9 @@
 # Corstone-300
 #############################################################################
 
+# Enable trustzone support in core_software
+set(TRUSTZONE_BUILD ON)
+
 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../common target)
 
 # Linker script