zephyr/boards/arm/twr_ke18f/CMakeLists.txt
Kumar Gala 7397e3e5b5 boards: kinetis: Remove unneeded zephyr_include_directories
The include of ${ZEPHYR_BASE}/drivers isn't needed anymore for
board code so remove it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-23 13:43:31 -05:00

7 lines
124 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(CONFIG_PINMUX_MCUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
endif()