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
- Lines: 16
- Date:
Tue Oct 12 10:00:58 1999
- Orig file:
v2.3.21/linux/arch/ppc/Makefile
- Orig date:
Sat Oct 9 11:47:50 1999
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)