blob: d54aa10be89836ca310e9a66284d8613a32f80a6 [file] [log] [blame]
#
# Copyright (c) 2020 Lemonbeat GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
if(CONFIG_PINMUX_MCUX_LPC)
zephyr_library()
zephyr_library_sources(pinmux.c)
endif()