mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 21:53:54 +08:00
0e245dbaac
For those of us who were around in the early to mid 1990's, we will remember that the i825xx ethernet support was not something that was considered sufficiently vetted for 24/7 use. Folks might be inclined to use *functional* ISA hardware on some near expired P3 ISA machines for dedicated workhorse applications, but the odds of using (and relying on) one of these old/experimental drivers is essentially nil. So lets remove them. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15 lines
438 B
Makefile
15 lines
438 B
Makefile
#
|
|
# Makefile for the Intel 82586/82593/82596 chipset device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ARM_ETHER1) += ether1.o
|
|
obj-$(CONFIG_EEXPRESS) += eexpress.o
|
|
obj-$(CONFIG_EEXPRESS_PRO) += eepro.o
|
|
obj-$(CONFIG_NI52) += ni52.o
|
|
obj-$(CONFIG_SUN3_82586) += sun3_82586.o
|
|
obj-$(CONFIG_ZNET) += znet.o
|
|
obj-$(CONFIG_LASI_82596) += lasi_82596.o
|
|
obj-$(CONFIG_SNI_82596) += sni_82596.o
|
|
obj-$(CONFIG_MVME16x_NET) += 82596.o
|
|
obj-$(CONFIG_BVME6000_NET) += 82596.o
|