patch-2.2.4 linux/arch/ppc/chrpboot/Makefile
Next file: linux/arch/ppc/coffboot/Makefile
Previous file: linux/arch/ppc/boot/piggyback.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Mar 19 10:50:03 1999
- Orig file:
v2.2.3/linux/arch/ppc/chrpboot/Makefile
- Orig date:
Thu Nov 19 09:56:27 1998
diff -u --recursive --new-file v2.2.3/linux/arch/ppc/chrpboot/Makefile linux/arch/ppc/chrpboot/Makefile
@@ -28,6 +28,12 @@
CONFIG_CHRP = y
endif
+ifeq ($(CONFIG_SMP),y)
+TFTPIMAGE=/tftpboot/zImage.chrp.smp
+else
+TFTPIMAGE=/tftpboot/zImage.chrp
+endif
+
all: $(TOPDIR)/zImage
#
@@ -36,10 +42,10 @@
#
ifeq ($(CONFIG_CHRP),y)
znetboot: zImage
- cp zImage /tftpboot/zImage.chrp
+ cp zImage $(TFTPIMAGE)
znetboot.initrd: zImage.initrd
- cp zImage.initrd /tftpboot/zImage.chrp
+ cp zImage.initrd $(TFTPIMAGE)
floppy: zImage
mcopy zImage a:zImage
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)