patch-2.4.4 linux/drivers/net/tulip/Makefile

Next file: linux/drivers/net/tulip/eeprom.c
Previous file: linux/drivers/net/tulip/ChangeLog
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/net/tulip/Makefile linux/drivers/net/tulip/Makefile
@@ -9,7 +9,9 @@
 
 O_TARGET := tulip.o
 
-obj-y   := 21142.o eeprom.o interrupt.o media.o pnic.o timer.o tulip_core.o
+obj-y   := eeprom.o interrupt.o media.o \
+	   timer.o tulip_core.o		\
+	   21142.o pnic.o
 obj-m   := $(O_TARGET)
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)