7397e3e5b5
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>
7 lines
124 B
CMake
7 lines
124 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(CONFIG_PINMUX_MCUX)
|
|
zephyr_library()
|
|
zephyr_library_sources(pinmux.c)
|
|
endif()
|