zephyr/boards/arm/nucleo_f401re/CMakeLists.txt

6 lines
148 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)