diff options
author | Maxime Bizon <mbizon@freebox.fr> | 2009-08-18 13:23:40 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 20:07:53 +0200 |
commit | 9b1fc55a05006523bced65f4d99f7072831ff56a (patch) | |
tree | ef044eb13c4a4d996194ead0e2b100f8354ddcdb /drivers/net/Makefile | |
parent | e7300d04bd0809eb7ea10a2ed8c729459f816e36 (diff) | |
download | kernel-crypto-9b1fc55a05006523bced65f4d99f7072831ff56a.tar.gz kernel-crypto-9b1fc55a05006523bced65f4d99f7072831ff56a.tar.xz kernel-crypto-9b1fc55a05006523bced65f4d99f7072831ff56a.zip |
MIPS: BCM63xx: Add integrated ethernet mac support.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 99ae6d7fe6a..ae8cd30f13d 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -137,6 +137,7 @@ obj-$(CONFIG_B44) += b44.o obj-$(CONFIG_FORCEDETH) += forcedeth.o obj-$(CONFIG_NE_H8300) += ne-h8300.o 8390.o obj-$(CONFIG_AX88796) += ax88796.o +obj-$(CONFIG_BCM63XX_ENET) += bcm63xx_enet.o obj-$(CONFIG_TSI108_ETH) += tsi108_eth.o obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o |