commit | cc0b53c8d5d6a3f14f36982552bc3feb8ecb1db5 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Mon Mar 01 15:58:18 2010 +0100 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sun Mar 07 12:36:36 2010 -0600 |
tree | 58186ba6fb60aec5ee77521a5cf89bc0e8b902d6 | |
parent | 67fa8c25f5c2d23932c0f31b035281d6abbb0965 [diff] |
arm, suen3: fix compile error, if doing not a local build Signed-off-by: Heiko Schocher <hs@denx.de>
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