d4b7780ea1
This patch adds support for the Ethernet controller integrated in the Atmel AT91RM9200 SoC processor. Changes since the previous submission (01/02/2006) are: - Make use of the clk.h clock infrastructure. - The multicast hash function is not crc32. [Patch by Pedro Perez] Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
10 lines
283 B
Makefile
10 lines
283 B
Makefile
# File: drivers/net/arm/Makefile
|
|
#
|
|
# Makefile for the ARM network device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_ARM_AM79C961A) += am79c961a.o
|
|
obj-$(CONFIG_ARM_ETHERH) += etherh.o
|
|
obj-$(CONFIG_ARM_ETHER3) += ether3.o
|
|
obj-$(CONFIG_ARM_ETHER1) += ether1.o
|
|
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o
|