
2 Mar
2010
2 Mar
'10
10:25 p.m.
Heiko Schocher wrote:
Signed-off-by: Heiko Schocher hs@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