Răsfoiți Sursa

CCM/SCM boards: fix out of tree building

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 ani în urmă
părinte
comite
5e6e350fc4
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      board/siemens/CCM/Makefile
  2. 1 1
      board/siemens/SCM/Makefile

+ 1 - 1
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

+ 1 - 1
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