提交 5e6e350f 编写于 作者: W Wolfgang Denk

CCM/SCM boards: fix out of tree building

Signed-off-by: NWolfgang Denk <wd@denx.de>
上级 ab4c3a49
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册