mirror of https://github.com/ARMmbed/mbed-os.git
Fix compilation for single v7 platforms
parent
3f92beb08b
commit
c11904e097
|
|
@ -18,6 +18,6 @@
|
|||
#if defined(TARGET_TFM)
|
||||
#include "interface/include/psa_client.h"
|
||||
#else
|
||||
#include "psa_defs.h"
|
||||
#include "spm_client.h"
|
||||
#include "TARGET_MBED_SPM/psa_defs.h"
|
||||
#include "TARGET_MBED_SPM/spm_client.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#if defined(TARGET_TFM)
|
||||
#include "interface/include/psa_service.h"
|
||||
#else
|
||||
#include "psa_defs.h"
|
||||
#include "spm_server.h"
|
||||
#include "spm_panic.h"
|
||||
#include "TARGET_MBED_SPM/psa_defs.h"
|
||||
#include "TARGET_MBED_SPM/COMPONENT_SPE/spm_server.h"
|
||||
#include "TARGET_MBED_SPM/COMPONENT_SPE/spm_panic.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue