From: Wolfgang Denk Date: Fri, 4 Jul 2008 18:07:35 +0000 (+0200) Subject: CCM/SCM boards: fix out of tree building X-Git-Tag: v2008.10-rc1~259^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e6e350fc489aa19402f1e79037dd8c0a4bbd73d;p=platform%2Fkernel%2Fu-boot.git CCM/SCM boards: fix out of tree building Signed-off-by: Wolfgang Denk --- diff --git a/board/siemens/CCM/Makefile b/board/siemens/CCM/Makefile index fd3edb4..c5695f9 100644 --- a/board/siemens/CCM/Makefile +++ b/board/siemens/CCM/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk ifneq ($(OBJTREE),$(SRCTREE)) $(shell mkdir -p $(obj)../common) -$(shell mkdir -p $(obj)../../tqm8xx) +$(shell mkdir -p $(obj)../../tqc/tqm8xx) endif LIB = $(obj)lib$(BOARD).a diff --git a/board/siemens/SCM/Makefile b/board/siemens/SCM/Makefile index ed67a09..6ef49c2 100644 --- a/board/siemens/SCM/Makefile +++ b/board/siemens/SCM/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk ifneq ($(OBJTREE),$(SRCTREE)) $(shell mkdir -p $(obj)../common) -$(shell mkdir -p $(obj)../../tqm8xx) +$(shell mkdir -p $(obj)../../tqc/tqm8xx) endif LIB = $(obj)lib$(BOARD).a