1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the 3Com Ethernet device drivers 4# 5 6obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o 7obj-$(CONFIG_VORTEX) += 3c59x.o 8obj-$(CONFIG_TYPHOON) += typhoon.o 9
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the 3Com Ethernet device drivers 4# 5 6obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o 7obj-$(CONFIG_VORTEX) += 3c59x.o 8obj-$(CONFIG_TYPHOON) += typhoon.o 9