zephyr/boards/arm/nucleo_f070rb/CMakeLists.txt

4 lines
116 B
CMake
Raw Normal View History

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