mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Airoha AN8855 is a 5-port gigabit switch with a 2.5G HSGMII CPU port Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
11 lines
359 B
Makefile
11 lines
359 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2025 MediaTek Inc.
|
|
# Author: Weijie Gao <weijie.gao@mediatek.com>
|
|
|
|
obj-y += mtk_eth.o
|
|
obj-$(CONFIG_MTK_ETH_SWITCH_MT7530) += mt753x.o mt7530.o
|
|
obj-$(CONFIG_MTK_ETH_SWITCH_MT7531) += mt753x.o mt7531.o
|
|
obj-$(CONFIG_MTK_ETH_SWITCH_MT7988) += mt753x.o mt7988.o
|
|
obj-$(CONFIG_MTK_ETH_SWITCH_AN8855) += an8855.o
|