patch-2.2.17 linux/drivers/s390/Makefile

Next file: linux/drivers/s390/block/Makefile
Previous file: linux/drivers/s390/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/drivers/s390/Makefile linux/drivers/s390/Makefile
@@ -11,7 +11,7 @@
 
 CFLAGS += 
 O_TARGET := io.o
-O_OBJS    :=         
+O_OBJS   := ccwcache.o
 M_OBJS   :=
 
 SUBDIRS := $(SUBDIRS) arch/s390/drivers/block arch/s390/drivers/char \
@@ -21,7 +21,8 @@
 O_OBJS := block/s390-block.o \
   char/s390-char.o \
   misc/s390-misc.o \
-  net/s390-net.o 
+  net/s390-net.o \
+  ccwcache.o
 
 io.o: $(O_OBJS)
 
@@ -36,5 +37,6 @@
 
 net/s390-net.o: dummy
 	$(MAKE) -C net
+
 
 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)