summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-17 09:25:30 +0000
committerJohn Crispin <john@openwrt.org>2015-12-17 09:25:30 +0000
commitfa854a02a16a4961f09358569f0328bf87fcbc1d (patch)
tree3e0a0f9e6a29e1c744794cc4415f149b93434f6f /target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile
parent31116661ff8c33f002d457c9945616df01b138c1 (diff)
downloadmaster-31e0f0ae-fa854a02a16a4961f09358569f0328bf87fcbc1d.tar.gz
master-31e0f0ae-fa854a02a16a4961f09358569f0328bf87fcbc1d.tar.bz2
master-31e0f0ae-fa854a02a16a4961f09358569f0328bf87fcbc1d.zip
ralink: drop old ethernet driver
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 47899
Diffstat (limited to 'target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile')
-rw-r--r--target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile b/target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile
deleted file mode 100644
index 54a07e7c2b..0000000000
--- a/target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Makefile for the Ralink SoCs built-in ethernet macs
-#
-
-ralink-eth-y += ralink_soc_eth.o ralink_ethtool.o
-
-ralink-eth-$(CONFIG_NET_RALINK_MDIO) += mdio.o
-ralink-eth-$(CONFIG_NET_RALINK_MDIO_RT2880) += mdio_rt2880.o
-
-ralink-eth-$(CONFIG_NET_RALINK_ESW_RT3052) += esw_rt3052.o
-ralink-eth-$(CONFIG_NET_RALINK_GSW_MT7620) += gsw_mt7620a.o mt7530.o
-
-ralink-eth-$(CONFIG_NET_RALINK_RT288X) += soc_rt2880.o
-ralink-eth-$(CONFIG_NET_RALINK_RT305X) += soc_rt305x.o
-ralink-eth-$(CONFIG_NET_RALINK_RT3883) += soc_rt3883.o
-ralink-eth-$(CONFIG_NET_RALINK_MT7620) += soc_mt7620.o
-ralink-eth-$(CONFIG_NET_RALINK_MT7621) += soc_mt7621.o
-
-obj-$(CONFIG_NET_RALINK) += ralink-eth.o