mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 22:26:06 +00:00
pinmux.c is inaptly named since it has nothing to do with pinmux. Also, remove inclusion of iocon.h since this file does not use it, as this file has nothing to do with pinmux. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
10 lines
157 B
CMake
10 lines
157 B
CMake
#
|
|
# Copyright (c) 2019, NXP
|
|
# Copyright (c) 2020, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources(board.c)
|