patch-2.4.25 linux-2.4.25/arch/ppc/boot/Makefile
Next file: linux-2.4.25/arch/ppc/boot/chrp/Makefile
Previous file: linux-2.4.25/arch/ppc/8xx_io/Config.in
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/ppc/boot/Makefile
- Orig date:
2003-11-28 10:26:19.000000000 -0800
diff -urN linux-2.4.24/arch/ppc/boot/Makefile linux-2.4.25/arch/ppc/boot/Makefile
@@ -33,6 +33,7 @@
tools-$(CONFIG_4xx) := mktree
tools-$(CONFIG_LOPEC) := mkbugboot mkprep
tools-$(CONFIG_PPLUS) := mkbugboot mkprep
+tools-$(CONFIG_PRPMC750) := mkbugboot mkprep
tools-$(CONFIG_SPRUCE) := mktree
# These are dirs we don't want to go into on BOOT_TARGETS. We have them for
@@ -42,6 +43,9 @@
# These are the subdirs we want to use
BOOTDIRS = $(filter-out $(NONBOOT), $(subdir-y))
+makeof1275:
+ $(MAKE) -C of1275
+
# This will make the tools we need. We do it like this to ensure that we use
# HOSTCC. -- Tom
maketools:
@@ -50,7 +54,7 @@
# The targets all boards support for boot images.
BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd
-$(BOOT_TARGETS): vmapus lib/zlib.a images/vmlinux.gz maketools
+$(BOOT_TARGETS): vmapus lib/zlib.a images/vmlinux.gz makeof1275 maketools
ifneq ($(BOOTDIRS),)
for d in $(BOOTDIRS); do $(MAKE) -C $$d $@; done
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)