From 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 4 Jul 2008 20:07:35 +0200 Subject: CCM/SCM boards: fix out of tree building Signed-off-by: Wolfgang Denk --- board/siemens/CCM/Makefile | 2 +- board/siemens/SCM/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'board/siemens') 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 -- cgit v1.2.3