patch-2.2.10 linux/arch/ppc/boot/Makefile
Next file: linux/arch/ppc/boot/misc.c
Previous file: linux/arch/ppc/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Jun 4 13:30:47 1999
- Orig file:
v2.2.9/linux/arch/ppc/boot/Makefile
- Orig date:
Tue May 11 13:10:28 1999
diff -u --recursive --new-file v2.2.9/linux/arch/ppc/boot/Makefile linux/arch/ppc/boot/Makefile
@@ -26,9 +26,15 @@
ISZ = 0
ifeq ($(CONFIG_SMP),y)
-TFTPIMAGE=/tftpboot/zImage.prep.smp
+TFTPIMAGE=/tftpboot/zImage.prep.smp$(MSIZE)
else
-TFTPIMAGE=/tftpboot/zImage.prep
+TFTPIMAGE=/tftpboot/zImage.prep$(MSIZE)
+endif
+
+ifeq ($(CONFIG_PPC64),y)
+MSIZE=.64
+else
+MSIZE=
endif
ZLINKFLAGS = -T ../vmlinux.lds -Ttext 0x00800000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)