ar71xx: merge files-3.2 to files
[openwrt/openwrt.git] / target / linux / ar71xx / files / drivers / net / ethernet / atheros / 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 ag71xx-y += ag71xx_ar7240.o
10
11 ag71xx-$(CONFIG_AG71XX_DEBUG_FS) += ag71xx_debugfs.o
12 ag71xx-$(CONFIG_AG71XX_AR8216_SUPPORT) += ag71xx_ar8216.o
13
14 obj-$(CONFIG_AG71XX) += ag71xx.o
15