zephyr/boards/nxp/lpcxpresso55s69/CMakeLists.txt
Declan Snyder 3667526b83 boards: lpcxpresso55s69: Fix misnomer
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>
2024-03-12 21:26:48 +01:00

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)