* [PATCH] powerpc: Fix build of cell zImage.initrd
@ 2006-12-19 5:42 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2006-12-19 5:42 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev list
The patch adding support for zImage.ps3 didn't add a zImage.initrd.ps3
target causing builds of zImage.initrd to fail when ps3 is included in
the .config. The current method of generating ps3 images doesn't support
initrd's yet, so we create a dummy target that only displays a warning
message instead.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
This should go into 2.6.20
Index: linux-cell/arch/powerpc/boot/Makefile
===================================================================
--- linux-cell.orig/arch/powerpc/boot/Makefile 2006-12-19 16:37:39.000000000 +1100
+++ linux-cell/arch/powerpc/boot/Makefile 2006-12-19 16:39:49.000000000 +1100
@@ -152,6 +152,9 @@ $(obj)/zImage.initrd.miboot: vmlinux $(w
$(obj)/zImage.ps3: vmlinux
$(STRIP) -s -R .comment $< -o $@
+$(obj)/zImage.initrd.ps3: vmlinux
+ @echo " WARNING zImage.initrd.ps3 not supported (yet)"
+
$(obj)/uImage: vmlinux $(wrapperbits)
$(call cmd,wrap,uboot)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-19 5:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 5:42 [PATCH] powerpc: Fix build of cell zImage.initrd Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).