xref: /openbmc/linux/drivers/net/ethernet/smsc/Makefile (revision a2fd0844)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2ae150435SJeff Kirsher#
3ae150435SJeff Kirsher# Makefile for the SMSC network device drivers.
4ae150435SJeff Kirsher#
5ae150435SJeff Kirsher
6ae150435SJeff Kirsherobj-$(CONFIG_SMC9194) += smc9194.o
7ae150435SJeff Kirsherobj-$(CONFIG_SMC91X) += smc91x.o
8ae150435SJeff Kirsherobj-$(CONFIG_PCMCIA_SMC91C92) += smc91c92_cs.o
9ae150435SJeff Kirsherobj-$(CONFIG_EPIC100) += epic100.o
10ae150435SJeff Kirsherobj-$(CONFIG_SMSC9420) += smsc9420.o
11ae150435SJeff Kirsherobj-$(CONFIG_SMSC911X) += smsc911x.o
12