aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorSten Wang <sten.wang@rdc.com.tw>2007-11-12 21:31:11 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:03:47 -0800
commit7a47dd7a2f178cc4e87d584b0469eef4b58b7aea (patch)
tree0437941063a360aeaf7a9cdf73030a94303af55d /drivers/net/Makefile
parentFix e100 on systems that have cache incoherent DMA (diff)
downloadlinux-dev-7a47dd7a2f178cc4e87d584b0469eef4b58b7aea.tar.xz
linux-dev-7a47dd7a2f178cc4e87d584b0469eef4b58b7aea.zip
[NET]: Add support for the RDC R6040 Fast Ethernet controller
This patch adds support for the RDC R6040 MAC we can find in the RDC R-321x System-on-chips. Signed-off-by: Sten Wang <sten.wang@rdc.com.tw> Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index a2f2662c244b..5dd2d5eb1918 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -55,6 +55,7 @@ obj-$(CONFIG_TLAN) += tlan.o
obj-$(CONFIG_EPIC100) += epic100.o
obj-$(CONFIG_SIS190) += sis190.o
obj-$(CONFIG_SIS900) += sis900.o
+obj-$(CONFIG_R6040) += r6040.o
obj-$(CONFIG_YELLOWFIN) += yellowfin.o
obj-$(CONFIG_ACENIC) += acenic.o
obj-$(CONFIG_ISERIES_VETH) += iseries_veth.o