patch-2.3.22 linux/arch/ppc/Makefile

Next file: linux/arch/ppc/boot/Makefile
Previous file: linux/arch/i386/mm/init.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.21/linux/arch/ppc/Makefile linux/arch/ppc/Makefile
@@ -88,6 +88,7 @@
 	@$(MAKECHRPBOOT) $@
 
 znetboot: $(CHECKS) vmlinux
+ifdef CONFIG_ALL_PPC
 ifdef CONFIG_SMP
 ifdef CONFIG_PPC64
 	cp -f vmlinux /tftpboot/vmlinux.smp.64
@@ -99,6 +100,7 @@
 	cp -f vmlinux /tftpboot/vmlinux.64
 else
 	cp -f vmlinux /tftpboot/vmlinux
+endif
 endif
 endif
 	@$(MAKECOFFBOOT) $@

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