tfm: nordic_nrf: Remove include of tfm_api.h, update install path
Update install path of tfm_ioctl_api.h, remove include of tfm_api.h Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no> Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
This commit is contained in:
parent
d931dded11
commit
f5eecd500d
5 changed files with 1 additions and 6 deletions
|
@ -48,7 +48,7 @@ endif()
|
|||
|
||||
if (TFM_PARTITION_PLATFORM)
|
||||
install(FILES include/tfm_ioctl_api.h
|
||||
DESTINATION ${TFM_INSTALL_PATH}/interface/include)
|
||||
DESTINATION ${INSTALL_INTERFACE_INC_DIR})
|
||||
endif()
|
||||
|
||||
#========================= tfm_spm ============================================#
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <tfm_api.h>
|
||||
#include <tfm_platform_api.h>
|
||||
|
||||
/* Include core IOCTL services */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue