[U-Boot-Users] [PATCH] CCM/SCM boards: fix out of tree building

Wolfgang Denk wd at denx.de
Sun Jul 6 00:38:09 CEST 2008


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 board/siemens/CCM/Makefile |    2 +-
 board/siemens/SCM/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
-- 
1.5.5.1





More information about the U-Boot mailing list