726b65ad44
Convert logging messages to more current styles. Added -DDEBUG to Makefile to maintain current message logging. This could be converted to a specific CONFIG_TULIP_DEBUG option. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
20 lines
503 B
Makefile
20 lines
503 B
Makefile
#
|
|
# Makefile for the Linux "Tulip" family network device drivers.
|
|
#
|
|
|
|
ccflags-$(CONFIG_NET_TULIP) := -DDEBUG
|
|
|
|
obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o
|
|
obj-$(CONFIG_DM9102) += dmfe.o
|
|
obj-$(CONFIG_WINBOND_840) += winbond-840.o
|
|
obj-$(CONFIG_DE2104X) += de2104x.o
|
|
obj-$(CONFIG_TULIP) += tulip.o
|
|
obj-$(CONFIG_DE4X5) += de4x5.o
|
|
obj-$(CONFIG_ULI526X) += uli526x.o
|
|
|
|
# Declare multi-part drivers.
|
|
|
|
tulip-objs := eeprom.o interrupt.o media.o \
|
|
timer.o tulip_core.o \
|
|
21142.o pnic.o pnic2.o
|