Use the "zephyr-keep-sorted-start/stop" comment to have CI check the alphabetical order of includes, to help reducing the chance of conflicts while contributing drivers. Signed-off-by: Josuah Demangeon <me@josuah.net>
6 lines
214 B
CMake
6 lines
214 B
CMake
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_ETH_NXP_ENET_QOS eth_nxp_enet_qos.c)
|
|
zephyr_library_sources_ifdef(CONFIG_ETH_NXP_ENET_QOS_MAC eth_nxp_enet_qos_mac.c)
|