patch-2.4.0-test4 linux/arch/ppc/coffboot/Makefile

Next file: linux/arch/ppc/config.in
Previous file: linux/arch/ppc/amiga/chipram.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test3/linux/arch/ppc/coffboot/Makefile linux/arch/ppc/coffboot/Makefile
@@ -42,7 +42,7 @@
 	cp vmlinux.coff $(TFTPIMAGE)
 	cp vmlinux.elf $(TFTPIMAGE).elf
 
-znetboot.initrd: vmlinux.coff.initrd
+znetboot.initrd: vmlinux.coff.initrd vmlinux.elf.initrd
 	cp vmlinux.coff.initrd $(TFTPIMAGE)
 	cp vmlinux.elf.initrd $(TFTPIMAGE).elf
 
@@ -81,7 +81,7 @@
 	ln -sf vmlinux.coff zImage
 
 vmlinux.coff.initrd: coffboot.initrd hack-coff
-	$(OBJCOPY) $(OBJCOPY_ARGS) coffboot $@
+	$(OBJCOPY) $(OBJCOPY_ARGS) coffboot.initrd $@
 	./hack-coff $@
 
 vmlinux.elf: $(CHRPOBJS) no_initrd.o mknote

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