zephyr/boards/arm/efm32hg_slstk3400a/CMakeLists.txt

6 lines
144 B
CMake

if(CONFIG_UART_GECKO)
zephyr_library()
zephyr_library_sources(board.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()