[ar71xx] use dev_name() instead of bus_id in ag71xx, ohci-ar71xx, ehci-ar71xx drivers
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / drivers / net / ag71xx / Makefile
1 #
2 # Makefile for the Atheros AR71xx built-in ethernet macs
3 #
4
5 ag71xx-y += ag71xx_main.o
6 ag71xx-y += ag71xx_ethtool.o
7 ag71xx-y += ag71xx_phy.o
8 ag71xx-y += ag71xx_mdio.o
9
10 ag71xx-$(CONFIG_AG71XX_AR8216_SUPPORT) += ag71xx_ar8216.o
11
12 obj-$(CONFIG_AG71XX) += ag71xx.o
13