summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorSten Wang2007-11-13 06:31:11 +0100
committerDavid S. Miller2008-01-29 00:03:47 +0100
commit7a47dd7a2f178cc4e87d584b0469eef4b58b7aea (patch)
tree0437941063a360aeaf7a9cdf73030a94303af55d /drivers/net/Makefile
parentFix e100 on systems that have cache incoherent DMA (diff)
downloadkernel-qcow2-linux-7a47dd7a2f178cc4e87d584b0469eef4b58b7aea.tar.gz
kernel-qcow2-linux-7a47dd7a2f178cc4e87d584b0469eef4b58b7aea.tar.xz
kernel-qcow2-linux-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