blob: e8cb2cf3408f8bee6bd4ff9e3b6bc3ef9cda130a [file] [log] [blame]
#
# Copyright (c) 2019, Prevas A/S
#
# SPDX-License-Identifier: Apache-2.0
#
if(CONFIG_PINMUX_MCUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
endif()