summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-eth/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2019-03-12 10:09:37 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-18 07:55:55 +0100
commitbd31342f0046077e92062a6c09eae6c8f1676916 (patch)
treeeb76b7068ca8ad6a9be852fb04ee1654a525b06d /drivers/staging/mt7621-eth/Makefile
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff)
downloadlinux-bd31342f0046077e92062a6c09eae6c8f1676916.tar.bz2
staging: remove mt7621-eth
driver/net/ethernet/mediatek/ now supports this hardware, so we don't need a separate driver. Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-eth/Makefile')
-rw-r--r--drivers/staging/mt7621-eth/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/mt7621-eth/Makefile b/drivers/staging/mt7621-eth/Makefile
deleted file mode 100644
index 018bcc3596b3..000000000000
--- a/drivers/staging/mt7621-eth/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Makefile for the Ralink SoCs built-in ethernet macs
-#
-
-mtk-eth-soc-y += mtk_eth_soc.o ethtool.o
-
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MDIO) += mdio.o
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MDIO_MT7620) += mdio_mt7620.o
-
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MT7621) += soc_mt7621.o
-
-obj-$(CONFIG_NET_MEDIATEK_GSW_MT7621) += gsw_mt7621.o
-
-obj-$(CONFIG_NET_MEDIATEK_SOC_STAGING) += mtk-eth-soc.o