tulip: Convert uses of KERN_DEBUG
[deliverable/linux.git] / drivers / net / tulip / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux "Tulip" family network device drivers.
3#
4
726b65ad
JP
5ccflags-$(CONFIG_NET_TULIP) := -DDEBUG
6
1da177e4
LT
7obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o
8obj-$(CONFIG_DM9102) += dmfe.o
9obj-$(CONFIG_WINBOND_840) += winbond-840.o
10obj-$(CONFIG_DE2104X) += de2104x.o
11obj-$(CONFIG_TULIP) += tulip.o
12obj-$(CONFIG_DE4X5) += de4x5.o
4689ced9 13obj-$(CONFIG_ULI526X) += uli526x.o
1da177e4
LT
14
15# Declare multi-part drivers.
16
17tulip-objs := eeprom.o interrupt.o media.o \
18 timer.o tulip_core.o \
19 21142.o pnic.o pnic2.o
This page took 0.618999 seconds and 5 git commands to generate.