Files
zephyr/boards/raytac/mdbt53v_db_40/CMakeLists.txt
Jamie McCrae a9f7f30bf6 boards: raytac: Drop duplicate prefix
Drops the prefix since the parent folder has it already

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:10 +01:00

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()