patch-2.2.10 linux/arch/ppc/coffboot/Makefile
Next file: linux/arch/ppc/coffboot/zlib.c
Previous file: linux/arch/ppc/chrpboot/main.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Jun 4 13:30:47 1999
- Orig file:
v2.2.9/linux/arch/ppc/coffboot/Makefile
- Orig date:
Tue Mar 23 14:35:46 1999
diff -u --recursive --new-file v2.2.9/linux/arch/ppc/coffboot/Makefile linux/arch/ppc/coffboot/Makefile
@@ -23,10 +23,16 @@
CONFIG_PMAC = y
endif
+ifeq ($(CONFIG_PPC64),y)
+MSIZE=.64
+else
+MSIZE=
+endif
+
ifeq ($(CONFIG_SMP),y)
-TFTPIMAGE=/tftpboot/zImage.pmac.smp
+TFTPIMAGE=/tftpboot/zImage.pmac.smp$(MSIZE)
else
-TFTPIMAGE=/tftpboot/zImage.pmac
+TFTPIMAGE=/tftpboot/zImage.pmac$(MSIZE)
endif
ifeq ($(CONFIG_PMAC),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)