blob: 2c65e472196f5dedf3cb1f518a15db914759264c (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the 3Com Ethernet device drivers
#
obj-$(CONFIG_EL3) += 3c509.o
obj-$(CONFIG_VORTEX) += 3c59x.o
obj-$(CONFIG_TYPHOON) += typhoon.o
|