Add ADM6996 switch driver

This fixes #5314
Thanks to Michael Richter

SVN-Revision: 16523
This commit is contained in:
Hauke Mehrtens
2009-06-20 18:44:24 +00:00
parent 5de80e6e28
commit 6e42b25c88
5 changed files with 7 additions and 13 deletions

View File

@@ -1,8 +1,9 @@
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -219,3 +219,5 @@ obj-$(CONFIG_NETCONSOLE) += netconsole.o
@@ -219,3 +219,6 @@ obj-$(CONFIG_NETCONSOLE) += netconsole.o
obj-$(CONFIG_FS_ENET) += fs_enet/
obj-$(CONFIG_NETXEN_NIC) += netxen/
+
+obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o
+obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o