Skip to content
Snippets Groups Projects
Commit cc0b53c8 authored by Heiko Schocher's avatar Heiko Schocher Committed by Tom Rix
Browse files

arm, suen3: fix compile error, if doing not a local build


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent 67fa8c25
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@
#
include $(TOPDIR)/config.mk
ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common)
endif
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