patch-2.2.16 linux/arch/s390/Makefile

Next file: linux/arch/s390/boot/Makefile
Previous file: linux/arch/ppc/config.in
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/s390/Makefile linux/arch/s390/Makefile
@@ -52,11 +52,15 @@
 
 MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot
 
+MAKESILO = $(MAKE) -C arch/$(ARCH)/tools/silo
+
+MAKEDASDFMT = $(MAKE) -C arch/$(ARCH)/tools/dasdfmt
+
 silo:
-	@$(MAKEBOOT) silo
+	@$(MAKESILO) silo
 
 dasdfmt:
-	@$(MAKEBOOT) dasdfmt
+	@$(MAKEDASDFMT) dasdfmt
 
 image: vmlinux 
 	@$(MAKEBOOT) image

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