brintos

brintos / linux-shallow public Read only

0
0
Text · 312 B · 1501fa3 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the SMSC network device drivers.4#5 6obj-$(CONFIG_SMC9194) += smc9194.o7obj-$(CONFIG_SMC91X) += smc91x.o8obj-$(CONFIG_PCMCIA_SMC91C92) += smc91c92_cs.o9obj-$(CONFIG_EPIC100) += epic100.o10obj-$(CONFIG_SMSC9420) += smsc9420.o11obj-$(CONFIG_SMSC911X) += smsc911x.o12