Skip to content
Snippets Groups Projects
Commit 6d714f82 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 6eb3fb15
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
# #
include $(TOPDIR)/config.mk include $(TOPDIR)/config.mk
ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common)
endif
LIB = $(obj)lib$(BOARD).a LIB = $(obj)lib$(BOARD).a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment