File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ endif()
47
47
48
48
add_subdirectory (${SOC_SERIES} )
49
49
add_subdirectory (common )
50
- add_subdirectory ( ironside )
50
+ add_subdirectory_ifdef ( CONFIG_NRF_IRONSIDE ironside )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
zephyr_include_directories (include )
5
-
6
5
zephyr_library ()
7
-
8
6
zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_CALL call.c )
9
-
10
7
zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_BOOT_REPORT boot_report.c )
11
8
zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_CPUCONF_SERVICE cpuconf.c )
12
9
zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_UPDATE_SERVICE update.c )
Original file line number Diff line number Diff line change 22
22
#include <soc/nrfx_coredep.h>
23
23
#include <soc_lrcconf.h>
24
24
#include <dmm.h>
25
+
26
+ #if defined(CONFIG_SOC_NRF54H20_CPURAD_ENABLE )
25
27
#include <nrf_ironside/cpuconf.h>
28
+ #endif
26
29
27
30
LOG_MODULE_REGISTER (soc , CONFIG_SOC_LOG_LEVEL );
28
31
You can’t perform that action at this time.
0 commit comments