Drops the prefix since the parent folder has it already Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
8 lines
280 B
CMake
8 lines
280 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if((CONFIG_BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUAPP OR CONFIG_BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUAPP_NS)
|
|
AND CONFIG_BOARD_ENABLE_CPUNET)
|
|
zephyr_library()
|
|
zephyr_library_sources(raytac_mdbt53v_db_40_nrf5340_cpunet_reset.c)
|
|
endif()
|