[ar71xx] add support for board specific PLL settings
[openwrt-10.03/.git] / target / linux / ar71xx / files / drivers / net / ag71xx / Makefile
index 37c98d22a3ff7c440c4ae787731a4888a023ce36..aa1798d1957d965d6728954235432f7a421e0a17 100644 (file)
@@ -2,6 +2,12 @@
 # Makefile for the Atheros AR71xx built-in ethernet macs
 #
 
+ag71xx-y       += ag71xx_main.o 
+ag71xx-y       += ag71xx_ethtool.o 
+ag71xx-y       += ag71xx_phy.o 
+ag71xx-y       += ag71xx_mdio.o
+
+ag71xx-$(CONFIG_AG71XX_AR8216_SUPPORT) += ag71xx_ar8216.o
+
 obj-$(CONFIG_AG71XX)   += ag71xx.o
 
-ag71xx-objs    := ag71xx_main.o ag71xx_ethtool.o ag71xx_phy.o ag71xx_mdio.o