File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ zephyr_library_sources_ifdef(CONFIG_SOC_NRF52840 ${MDK_DIR}/system_nrf5284
95
95
zephyr_library_sources_ifdef (CONFIG_SOC_NRF5340_CPUAPP ${MDK_DIR} /system_nrf5340_application.c )
96
96
zephyr_library_sources_ifdef (CONFIG_SOC_NRF5340_CPUNET ${MDK_DIR} /system_nrf5340_network.c )
97
97
zephyr_library_sources_ifdef (CONFIG_SOC_SERIES_NRF54HX ${MDK_DIR} /system_nrf54h.c )
98
- zephyr_library_sources_ifdef (CONFIG_SOC_SERIES_NRF54LX ${MDK_DIR} /system_nrf54l.c )
98
+ if (CONFIG_SOC_SERIES_NRF54LX OR CONFIG_SOC_SERIES_BSIM_NRF54LX )
99
+ zephyr_library_sources (${MDK_DIR} /system_nrf54l.c )
100
+ endif ()
99
101
zephyr_library_sources_ifdef (CONFIG_SOC_SERIES_NRF91X ${MDK_DIR} /system_nrf91.c )
100
102
zephyr_library_sources_ifdef (CONFIG_SOC_SERIES_NRF92X ${MDK_DIR} /system_nrf92.c )
101
103
You can’t perform that action at this time.
0 commit comments