Platform: Use CMSIS Driver headers from CMSIS repo
Most CMSIS headers are now included directly from the CMSIS repo, but
the CMSIS Driver headers are not and have gone stale compared to the
version of CMSIS used by TF-M. This patch removes the CMSIS Driver
header copies from TF-M in favour of including them directly from the
CMSIS repo.
Signed-off-by: Jamie Fox <jamie.fox@arm.com>
Change-Id: I7d72df09ff56e4255a2db945f7ffc6000dfd4413
diff --git a/cmake/install.cmake b/cmake/install.cmake
index 0297080..0079dd3 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -243,6 +243,7 @@
install(CODE "MESSAGE(\"----- Installing platform NS -----\")")
install(DIRECTORY $<BUILD_INTERFACE:${CMSIS_PATH}/CMSIS/Core/Include>
+ $<BUILD_INTERFACE:${CMSIS_PATH}/CMSIS/Driver/Include>
DESTINATION ${INSTALL_PLATFORM_NS_DIR}/ext/cmsis)
if(PLATFORM_DEFAULT_UART_STDOUT)