projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: update Kconfig of the ag71xx driver
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
net
/
ag71xx
/
Makefile
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
b/target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
index
37c98d2
..
3485ab3
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
@@
-2,6
+2,13
@@
# Makefile for the Atheros AR71xx built-in ethernet macs
#
# 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_DEBUG_FS) += ag71xx_debugfs.o
+ag71xx-$(CONFIG_AG71XX_AR8216_SUPPORT) += ag71xx_ar8216.o
+
obj-$(CONFIG_AG71XX) += ag71xx.o
obj-$(CONFIG_AG71XX) += ag71xx.o
-ag71xx-objs := ag71xx_main.o ag71xx_ethtool.o ag71xx_phy.o ag71xx_mdio.o
This page took
0.021716 seconds
and
4
git commands to generate.