patch-2.4.19 linux-2.4.19/drivers/s390/net/Makefile

Next file: linux-2.4.19/drivers/s390/net/ctctty.c
Previous file: linux-2.4.19/drivers/s390/misc/chandev.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/s390/net/Makefile linux-2.4.19/drivers/s390/net/Makefile
@@ -9,8 +9,8 @@
 
 ctc-objs := ctcmain.o ctctty.o
 
-obj-y += iucv.o fsm.o
-obj-$(CONFIG_CTC) += ctc.o
+obj-$(CONFIG_IUCV) += iucv.o fsm.o
+obj-$(CONFIG_CTC) += ctc.o fsm.o
 obj-$(CONFIG_IUCV) += netiucv.o
 
 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)