]> git.sur5r.net Git - u-boot/commitdiff
CCM/SCM boards: fix out of tree building
authorWolfgang Denk <wd@denx.de>
Fri, 4 Jul 2008 18:07:35 +0000 (20:07 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Jul 2008 18:07:35 +0000 (20:07 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/siemens/CCM/Makefile
board/siemens/SCM/Makefile

index fd3edb403dfa55aed84d04654c603762d136d656..c5695f98cbd04255f36c5e97bf2e7d6239ee4c58 100644 (file)
@@ -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
index ed67a09bf57663c644e46cbc1cc334cf4b70e88d..6ef49c2ce92ddb44d4b365b44271a7c53444a4ac 100644 (file)
@@ -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