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: v1.3.4-rc1~90^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e6e350fc489aa19402f1e79037dd8c0a4bbd73d;p=u-boot 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 fd3edb403d..c5695f98cb 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 ed67a09bf5..6ef49c2ce9 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