commit | d28d027ab386ab64c905bfaa0f1e73a06bb4d9b4 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Dec 19 16:42:58 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Wed Dec 20 16:37:48 2006 +1100 |
tree | d5d83fb599d3b21f620c33242e90f6d62ec7bdc9 | |
parent | ba3ba887c3549656c17675e73e12aaa97c3548f1 [diff] |
[POWERPC] Fix build of cell zImage.initrd 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> Signed-off-by: Paul Mackerras <paulus@samba.org>