patch-2.3.39 linux/arch/ppc/coffboot/Makefile
Next file: linux/arch/ppc/coffboot/chrpmain.c
Previous file: linux/arch/ppc/Makefile
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Mon Jan 10 18:25:32 2000
-  Orig file: 
v2.3.38/linux/arch/ppc/coffboot/Makefile
-  Orig date: 
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.3.38/linux/arch/ppc/coffboot/Makefile linux/arch/ppc/coffboot/Makefile
@@ -39,11 +39,13 @@
 hack-coff: hack-coff.c
 	$(HOSTCC) $(HOSTCFLAGS) -o hack-coff hack-coff.c
 
-znetboot: vmlinux.coff zImage
+znetboot: vmlinux.coff vmlinux.elf zImage
 	cp vmlinux.coff $(TFTPIMAGE)
+	cp vmlinux.elf $(TFTPIMAGE).elf
 
 znetboot.initrd: vmlinux.coff.initrd
 	cp vmlinux.coff.initrd $(TFTPIMAGE)
+	cp vmlinux.elf.initrd $(TFTPIMAGE).elf
 
 floppy: zImage
 #	mount -t hfs /dev/fd0 /mnt
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)