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

Next file: linux/drivers/s390/net/ctc.c
Previous file: linux/drivers/s390/misc/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.13/linux/drivers/s390/net/Makefile linux/drivers/s390/net/Makefile
@@ -0,0 +1,16 @@
+all: s390-net.o
+
+CFLAFS += 
+O_TARGET := s390-net.o
+O_OBJS    :=         
+M_OBJS   :=
+
+ifeq ($(CONFIG_CTC),y)
+  O_OBJS += ctc.o
+endif
+
+ifeq ($(CONFIG_IUCV),y)
+  O_OBJS += iucv.o
+endif
+
+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)