mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

This driver was used on Arm and SH machines until 2009, when the last platforms moved to the smsc911x driver for the same hardware. Time to retire this version. Link: https://lore.kernel.org/netdev/1232010482-3744-1-git-send-email-steve.glendinning@smsc.com/ Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20221017121900.3520108-1-arnd@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
11 lines
312 B
Makefile
11 lines
312 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the SMSC network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SMC9194) += smc9194.o
|
|
obj-$(CONFIG_SMC91X) += smc91x.o
|
|
obj-$(CONFIG_PCMCIA_SMC91C92) += smc91c92_cs.o
|
|
obj-$(CONFIG_EPIC100) += epic100.o
|
|
obj-$(CONFIG_SMSC9420) += smsc9420.o
|
|
obj-$(CONFIG_SMSC911X) += smsc911x.o
|