commit | a7191fe5292efdb0d87c10547121b8d210ba9436 | [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 | 6030119c3e420d152ec62efee191e2f399644d62 [diff] [blame] |
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