8c55073d59
Move gpio_cmsdk_ahb.h out of drivers/gpio and into include/drivers/gpio. This is used by few board files so it should be in include. This allows to remove few odd "zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)". Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
5 lines
89 B
CMake
5 lines
89 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources(pinmux.c)
|