mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 12:05:10 +07:00
ca7a8e8526
Moves the 3Com drivers into drivers/net/ethernet/3com/ and the necessary Kconfig and Makefile changes. Did not move the following drivers becuase they use a non-3Com chipset: 3c503, 3c505, 3c507, 3c523 and 3c527 CC: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> CC: David Dillow <dave@thedillows.org> CC: Jes Sorensen <jes@trained-monkey.org> CC: Alan Cox <alan@linux.intel.com> CC: David Hinds <dahinds@users.sourceforge.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: David Dillow <dave@thedillows.org>
13 lines
324 B
Makefile
13 lines
324 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_ACENIC) += acenic.o
|
|
obj-$(CONFIG_TYPHOON) += typhoon.o
|