xref: /linux/drivers/net/ethernet/dec/tulip/Makefile (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2a88394cfSJeff Kirsher#
3a88394cfSJeff Kirsher# Makefile for the Linux "Tulip" family network device drivers.
4a88394cfSJeff Kirsher#
5a88394cfSJeff Kirsher
6a88394cfSJeff Kirsherccflags-$(CONFIG_NET_TULIP)	:= -DDEBUG
7a88394cfSJeff Kirsher
8a88394cfSJeff Kirsherobj-$(CONFIG_PCMCIA_XIRCOM)	+= xircom_cb.o
9a88394cfSJeff Kirsherobj-$(CONFIG_DM9102)		+= dmfe.o
10a88394cfSJeff Kirsherobj-$(CONFIG_WINBOND_840)	+= winbond-840.o
11a88394cfSJeff Kirsherobj-$(CONFIG_DE2104X)		+= de2104x.o
12a88394cfSJeff Kirsherobj-$(CONFIG_TULIP)		+= tulip.o
13a88394cfSJeff Kirsherobj-$(CONFIG_ULI526X)		+= uli526x.o
14a88394cfSJeff Kirsher
15a88394cfSJeff Kirsher# Declare multi-part drivers.
16a88394cfSJeff Kirsher
17a88394cfSJeff Kirshertulip-objs			:= eeprom.o interrupt.o media.o \
18a88394cfSJeff Kirsher				   timer.o tulip_core.o		\
19a88394cfSJeff Kirsher				   21142.o pnic.o pnic2.o
20