Re: [RFC] [PATCH 2/3] Rework arch specific Makefiles to use mkimage

From: Sam Ravnborg
Date: Sat Jan 05 2008 - 15:18:51 EST


On Thu, Dec 20, 2007 at 10:18:29AM -0600, Josh Boyer wrote:
> Rework the architecture specific Makefiles to use the in-kernel version
> of the mkimage tool.
>
> Signed-off-by: Josh Boyer <jwboyer@xxxxxxxxxxxxxxxxxx>
>
> ---
> arch/arm/boot/Makefile | 4 ++--
> arch/avr32/boot/images/Makefile | 4 ++--
> arch/blackfin/boot/Makefile | 4 ++--
> arch/powerpc/boot/Makefile | 8 ++++++--
> arch/powerpc/boot/wrapper | 2 +-
> arch/ppc/boot/images/Makefile | 4 ++--
> arch/sh/boot/Makefile | 4 ++--
> 7 files changed, 17 insertions(+), 13 deletions(-)
>
> --- linux-2.6.orig/arch/arm/boot/Makefile
> +++ linux-2.6/arch/arm/boot/Makefile
> @@ -11,7 +11,7 @@
> # Copyright (C) 1995-2002 Russell King
> #
>
> -MKIMAGE := $(srctree)/scripts/mkuboot.sh
> +MKIMAGE := $(srctree)/scripts/mkimage/mkimage
I did s/srctree/objtree/ for all these assignments - as mkimage
is a generated file which is not present in $(srctree) for
make O=... builds.

Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/