[U-Boot] [PATCH] arm, suen3: fix compile error, if doing not a local build
Tom
Tom.Rix at windriver.com
Tue Mar 2 22:25:16 CET 2010
Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
>
> Patch against current git://git.denx.de/u-boot-marvell.git
>
> board/keymile/km_arm/Makefile | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
This fixes the build errors.
There are still some compile warnings wrt dereferencing pointers.
Do you have a fix for these?
Prafulla,
Are you ok with me pushing this directly to ARM ?
Tom
> diff --git a/board/keymile/km_arm/Makefile b/board/keymile/km_arm/Makefile
> index fffc6a3..c5b0be1 100644
> --- a/board/keymile/km_arm/Makefile
> +++ b/board/keymile/km_arm/Makefile
> @@ -23,6 +23,9 @@
> #
>
> include $(TOPDIR)/config.mk
> +ifneq ($(OBJTREE),$(SRCTREE))
> +$(shell mkdir -p $(obj)../common)
> +endif
>
> LIB = $(obj)lib$(BOARD).a
>
More information about the U-Boot
mailing list