xref: /linux/drivers/net/ethernet/3com/Makefile (revision 91f3a27ae9f66d81a5906461762c37c8a2bcab06)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the 3Com Ethernet device drivers
4#
5
6obj-$(CONFIG_3C515) += 3c515.o
7obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o
8obj-$(CONFIG_PCMCIA_3C574) += 3c574_cs.o
9obj-$(CONFIG_VORTEX) += 3c59x.o
10obj-$(CONFIG_TYPHOON) += typhoon.o
11