zephyr/boards/riscv32/hifive1/CMakeLists.txt

5 lines
148 B
CMake

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