File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/benchmarks/multicore Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(remote)
1111
1212target_sources (app PRIVATE src/main.c)
1313
14- if (( DEFINED CONFIG_SOC_NRF54H20_CPUFLPR) OR ( DEFINED CONFIG_SOC_NRF54H20_ENGB_CPUFLPR) )
14+ if (DEFINED CONFIG_SOC_NRF54H20_CPUFLPR)
1515 message (STATUS "Power Mode handler for RISC V is included." )
1616 target_sources (app PRIVATE ../../common/power_off.c)
1717endif ()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ endif()
1616
1717project (idle_grtc)
1818
19- if (( DEFINED CONFIG_SOC_NRF54H20_CPUPPR) OR ( DEFINED CONFIG_SOC_NRF54H20_ENGB_CPUPPR) )
19+ if (DEFINED CONFIG_SOC_NRF54H20_CPUPPR)
2020 message (STATUS "Power Mode handler for RISC V is included." )
2121 target_sources (app PRIVATE ${ZEPHYR_NRF_MODULE_DIR} /tests/benchmarks/multicore/common/power_off.c)
2222endif ()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(remote)
1111
1212target_sources (app PRIVATE ../src/main.c)
1313
14- if (( DEFINED CONFIG_SOC_NRF54H20_CPUPPR) OR ( DEFINED CONFIG_SOC_NRF54H20_ENGB_CPUPPR) )
14+ if (DEFINED CONFIG_SOC_NRF54H20_CPUPPR)
1515 message (STATUS "Power Mode handler for RISC V is included." )
1616 target_sources (app PRIVATE ../../common/power_off.c)
1717endif ()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(remote)
1111
1212target_sources (app PRIVATE ../src/main.c)
1313
14- if (( DEFINED CONFIG_SOC_NRF54H20_CPUPPR) OR ( DEFINED CONFIG_SOC_NRF54H20_ENGB_CPUPPR) )
14+ if (DEFINED CONFIG_SOC_NRF54H20_CPUPPR)
1515 message (STATUS "Power Mode handler for RISC V is included." )
1616 target_sources (app PRIVATE ../../common/power_off.c)
1717endif ()
You can’t perform that action at this time.
0 commit comments