mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
The nmclan was written by Roger C Pao in 1995. It is an PCMCIA device, so unlikely to be used with modern kernels. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-6-08a5b59784d5@lunn.ch Signed-off-by: Jakub Kicinski <kuba@kernel.org>
19 lines
585 B
Makefile
19 lines
585 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the AMD network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_A2065) += a2065.o
|
|
obj-$(CONFIG_AMD8111_ETH) += amd8111e.o
|
|
obj-$(CONFIG_ARIADNE) += ariadne.o
|
|
obj-$(CONFIG_ATARILANCE) += atarilance.o
|
|
obj-$(CONFIG_DECLANCE) += declance.o
|
|
obj-$(CONFIG_HPLANCE) += hplance.o 7990.o
|
|
obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
|
|
obj-$(CONFIG_MVME147_NET) += mvme147.o 7990.o
|
|
obj-$(CONFIG_PCNET32) += pcnet32.o
|
|
obj-$(CONFIG_SUN3LANCE) += sun3lance.o
|
|
obj-$(CONFIG_SUNLANCE) += sunlance.o
|
|
obj-$(CONFIG_AMD_XGBE) += xgbe/
|
|
obj-$(CONFIG_PDS_CORE) += pds_core/
|