zephyr/soc/arm/ti_simplelink/cc32xx/CMakeLists.txt

8 lines
200 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(soc.c)
if (DEFINED CONFIG_CC3220SF_DEBUG OR DEFINED CONFIG_CC3235SF_DEBUG)
zephyr_linker_sources(ROM_START SORT_KEY 0 cc32xx_debug.ld)
endif()