diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-10-17 19:12:07 (GMT) |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-10-21 04:17:48 (GMT) |
commit | a4292d7ae6fabcdbc41c3e0f0eb790a1429b985f (patch) | |
tree | 91807f40ded49cc5f4887c046c4169b177f7ad32 /arch/powerpc/boot | |
parent | 59fd6b8cc0975b88e35f6ca2318b8cee77d3a508 (diff) | |
download | linux-a4292d7ae6fabcdbc41c3e0f0eb790a1429b985f.tar.xz |
powerpc: Add missing cuImage.initrd.% target
This target is needed to build cuImages with an embedded ramdisk image.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 4760365..8fc6d72 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -321,6 +321,9 @@ $(obj)/zImage.iseries: vmlinux $(obj)/uImage: vmlinux $(wrapperbits) $(call if_changed,wrap,uboot) +$(obj)/cuImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits) + $(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz) + $(obj)/cuImage.%: vmlinux $(obj)/%.dtb $(wrapperbits) $(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb) |