forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/net/ethernet/mediatek/Makefile
....@@ -1,5 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Makefile for the Mediatek SoCs built-in ethernet macs
34 #
45
5
-obj-$(CONFIG_NET_MEDIATEK_SOC) += mtk_eth_soc.o
6
+obj-$(CONFIG_NET_MEDIATEK_SOC) += mtk_eth.o
7
+mtk_eth-y := mtk_eth_soc.o mtk_sgmii.o mtk_eth_path.o
8
+obj-$(CONFIG_NET_MEDIATEK_STAR_EMAC) += mtk_star_emac.o