patch-2.2.16 linux/arch/s390/boot/Makefile

Next file: linux/arch/s390/boot/ipldump.S
Previous file: linux/arch/s390/Makefile
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/s390/boot/Makefile linux/arch/s390/boot/Makefile
@@ -24,7 +24,7 @@
 	$(OBJCOPY) -O binary $< $@
 
 image: $(CONFIGURE) $(TOPDIR)/vmlinux \
-	iplfba.boot ipleckd.boot 
+	iplfba.boot ipleckd.boot ipldump.boot
 	$(OBJCOPY) -O binary $(TOPDIR)/vmlinux image
 	$(NM) $(TOPDIR)/vmlinux | grep -v '\(compiled\)\|\( [aU] \)\|\(\.\)\|\(LASH[RL]DI\)' | sort > $(TOPDIR)/System.map
 
@@ -34,5 +34,5 @@
 dep:
 
 clean:
-	rm -f image listing iplfba.boot ipleckd.boot
+	rm -f image listing iplfba.boot ipleckd.boot ipldump.boot
 

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