Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
94851726775a534a0aa9283ccbbf8d24973e8f1c
/
.
/
boards
/
arm
/
lpcxpresso54114
/
CMakeLists.txt
blob: 34adb5623c8a822b0d6b5b04254b43f5153096cc [
file
] [
log
] [
blame
]
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
if(CONFIG_PINMUX_MCUX_LPC)
zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c)
endif()