patch-1.3.53 linux/arch/ppc/boot/Makefile

Next file: linux/arch/ppc/boot/cortstrip.c
Previous file: linux/arch/ppc/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.52/linux/arch/ppc/boot/Makefile linux/arch/ppc/boot/Makefile
@@ -24,8 +24,11 @@
 
 all:	linux.boot
 
-linux.boot: $(TOPDIR)/vmlinux
-	mkboot $(TOPDIR)/vmlinux $@ 0
+linux.boot: $(TOPDIR)/vmlinux mkboot
+	mkboot $(TOPDIR)/vmlinux /u/cort/bootpd/vmlinux
+
+mkboot : cortstrip.c
+	$(HOSTCC) -o mkboot cortstrip.c
 
 clean:
 	rm -f linux.boot 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this