1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2024 Realtek Corporation. All rights reserved 3 4sources = files( 5 'r8169_ethdev.c', 6 'r8169_hw.c', 7 'r8169_rxtx.c', 8 'r8169_phy.c', 9 'r8169_dash.c', 10 'base/rtl8125a.c', 11 'base/rtl8125a_mcu.c', 12 'base/rtl8125b.c', 13 'base/rtl8125b_mcu.c', 14 'base/rtl8125bp.c', 15 'base/rtl8125bp_mcu.c', 16 'base/rtl8125d.c', 17 'base/rtl8125d_mcu.c', 18 'base/rtl8126a.c', 19 'base/rtl8126a_mcu.c', 20) 21