zephyr/boards/arm/cc3220sf_launchxl/CMakeLists.txt

7 lines
139 B
CMake
Raw Normal View History

zephyr_library()
zephyr_library_sources(
pinmux.c
dbghdr.c
)
zephyr_library_include_directories(${PROJECT_SOURCE_DIR}/drivers)