Skip to content
Snippets Groups Projects
Commit bfb37b32 authored by Ed Swarthout's avatar Ed Swarthout Committed by Andrew Fleming-AFLEMING
Browse files

8544ds: Fix Makefile after moving pixis to board/freescale.


The OBJTREE != SRCTREE build scenario was broken.
This fixes it.

Signed-off-by: default avatarEd Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
parent 2a3cee43
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@
include $(TOPDIR)/config.mk
# ifneq ($(OBJTREE),$(SRCTREE))
# $(shell mkdir -p $(obj)./common)
# endif
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.
Please register or to comment