diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-02-29 05:36:12 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 17:09:43 -0500 |
commit | aab547ce0d1493d400b6468c521a0137cd8c1edf (patch) | |
tree | 84625da40d905669a28a5770de111225667d5f27 /drivers/ssb/Makefile | |
parent | 69d3b6f491545d326135a1def4e290cd577c9a36 (diff) |
ssb: Add Gigabit Ethernet driver
This adds the Gigabit Ethernet driver for the SSB
Gigabit Ethernet core. This driver actually is a frontend to
the Tigon3 driver. So the real work is done by tg3.
This device is used in the Linksys WRT350N.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb/Makefile')
-rw-r--r-- | drivers/ssb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ssb/Makefile b/drivers/ssb/Makefile index de94c2eb7a37..910f35e32fc9 100644 --- a/drivers/ssb/Makefile +++ b/drivers/ssb/Makefile | |||
@@ -11,6 +11,7 @@ ssb-y += driver_chipcommon.o | |||
11 | ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o | 11 | ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o |
12 | ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o | 12 | ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o |
13 | ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o | 13 | ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o |
14 | ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o | ||
14 | 15 | ||
15 | # b43 pci-ssb-bridge driver | 16 | # b43 pci-ssb-bridge driver |
16 | # Not strictly a part of SSB, but kept here for convenience | 17 | # Not strictly a part of SSB, but kept here for convenience |