zephyr/boards/arm/nucleo_f030r8/CMakeLists.txt

4 lines
109 B
CMake
Raw Normal View History

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