mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
531c4f896c
Based on feedback from Alan Cox, the acenic driver moved to drivers/net/ethernet/alteon/ and made the necessary Kconfig and Makefile changes. CC: Jes Sorensen <jes@trained-monkey.org> CC: Alan Cox <alan@linux.intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
12 lines
291 B
Makefile
12 lines
291 B
Makefile
#
|
|
# Makefile for the 3Com Ethernet device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_EL1) += 3c501.o
|
|
obj-$(CONFIG_EL3) += 3c509.o
|
|
obj-$(CONFIG_3C515) += 3c515.o
|
|
obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o
|
|
obj-$(CONFIG_PCMCIA_3C574) += 3c574_cs.o
|
|
obj-$(CONFIG_VORTEX) += 3c59x.o
|
|
obj-$(CONFIG_TYPHOON) += typhoon.o
|