1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_sources(soc.c) 4zephyr_include_directories(.) 5 6if (DEFINED CONFIG_CC3220SF_DEBUG OR DEFINED CONFIG_CC3235SF_DEBUG) 7 zephyr_linker_sources(ROM_START SORT_KEY 0 cc32xx_debug.ld) 8endif() 9