summaryrefslogtreecommitdiffstats
path: root/board/siemens
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-04 20:07:35 +0200
committerWolfgang Denk <wd@denx.de>2008-07-04 20:07:35 +0200
commit5e6e350fc489aa19402f1e79037dd8c0a4bbd73d (patch)
tree1f4d04c54d3b32c1193e23037644cb9688b5962a /board/siemens
parentab4c3a490df9a964711556d2a05b0c787db45fde (diff)
downloadblackbird-obmc-uboot-5e6e350fc489aa19402f1e79037dd8c0a4bbd73d.tar.gz
blackbird-obmc-uboot-5e6e350fc489aa19402f1e79037dd8c0a4bbd73d.zip
CCM/SCM boards: fix out of tree building
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/siemens')
-rw-r--r--board/siemens/CCM/Makefile2
-rw-r--r--board/siemens/SCM/Makefile2
2 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud