2
0
forked from Ivasoft/openwrt

ralink: move ethernet driver to files/

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 43194
This commit is contained in:
John Crispin
2014-11-06 09:31:03 +00:00
parent 74e94df8eb
commit d524fe46fd
22 changed files with 5909 additions and 6063 deletions

View File

@@ -0,0 +1,18 @@
#
# 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_SOC_RT288X) += soc_rt2880.o
ralink-eth-$(CONFIG_SOC_RT305X) += soc_rt305x.o
ralink-eth-$(CONFIG_SOC_RT3883) += soc_rt3883.o
ralink-eth-$(CONFIG_SOC_MT7620) += soc_mt7620.o
obj-$(CONFIG_NET_RALINK) += ralink-eth.o