File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
subsys/softdevice_handler Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,21 @@ zephyr_library_sources(
10
10
irq_connect.c
11
11
)
12
12
13
- if (CONFIG_SOFTDEVICE_S115 )
13
+ if (CONFIG_SOFTDEVICE_S115 )
14
14
zephyr_library_sources (irq_forward.s )
15
15
# Suppress the swap_helper.S file so that z_arm_svc can be defined manually
16
16
set (cortex_m_dir ${ZEPHYR_BASE} /arch/arm/core/cortex_m )
17
- set_property (SOURCE ${cortex_m_dir} /swap_helper.S
18
- DIRECTORY ${cortex_m_dir}
19
- PROPERTY HEADER_FILE_ONLY ON )
20
-
17
+ set_property (
18
+ SOURCE ${cortex_m_dir} /swap_helper.S
19
+ DIRECTORY ${cortex_m_dir}
20
+ PROPERTY HEADER_FILE_ONLY ON
21
+ )
21
22
target_link_options (app PUBLIC "-Wl,--defsym=z_arm_svc=SVC_Handler" )
22
23
endif ()
23
24
24
- if (CONFIG_NRF_SDH_SOC )
25
+ if (CONFIG_NRF_SDH_SOC )
25
26
zephyr_library_sources (nrf_sdh_soc.c )
26
27
endif ()
27
- if (CONFIG_NRF_SDH_BLE )
28
+ if (CONFIG_NRF_SDH_BLE )
28
29
zephyr_library_sources (nrf_sdh_ble.c )
29
30
endif ()
You can’t perform that action at this time.
0 commit comments