zephyr/soc/xtensa/esp32/CMakeLists.txt

9 lines
138 B
Text
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
soc.c
esp32-mp.c
)
zephyr_library_sources_ifdef(CONFIG_GDBSTUB gdbstub.c)