PMC440 board: fix board Makefile for out-of-tree building

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-01-13 16:44:08 +01:00
parent 6eb3fb1558
commit 6d714f82fb
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
#
include $(TOPDIR)/config.mk
ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common)
endif
LIB = $(obj)lib$(BOARD).a