patch-2.3.99-pre8 linux/drivers/s390/net/Makefile

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

diff -u --recursive --new-file v2.3.99-pre7/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)