From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by ozlabs.org (Postfix) with ESMTP id 2DDABDDE1E for ; Sat, 18 Oct 2008 16:12:11 +1100 (EST) Received: by rv-out-0506.google.com with SMTP id f6so807122rvb.9 for ; Fri, 17 Oct 2008 22:12:10 -0700 (PDT) From: Grant Likely Subject: [PATCH] powerpc: Add cuImage.initrd.% target To: linuxppc-dev@ozlabs.org, benh@kernel.crashing.org Date: Fri, 17 Oct 2008 23:12:07 -0600 Message-ID: <20081018051207.16279.16018.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: Grant Likely List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Grant Likely This target is needed to build cuImages with an embedded ramdisk image. Signed-off-by: Grant Likely --- 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 aac1406..d83c642 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -319,6 +319,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)