summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorEd Swarthout <Ed.Swarthout@freescale.com>2007-05-08 14:17:07 -0500
committerJon Loeliger <jdl@freescale.com>2007-05-08 14:17:07 -0500
commitb84289b595731e8851df46e893845cc1322c9b9b (patch)
tree5d9576add7c3a6a96f9ae462d02cbf5f8d00375f /board
parenta75af9bfd8fff0499efdbb90601cec5a2afef117 (diff)
downloadblackbird-obmc-uboot-b84289b595731e8851df46e893845cc1322c9b9b.tar.gz
blackbird-obmc-uboot-b84289b595731e8851df46e893845cc1322c9b9b.zip
8641hpcn: Fix Makefile after moving pixis to board/freescale.
The OBJTREE != SRCTREE build scenario was broken. This fixes it. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board')
-rw-r--r--board/mpc8641hpcn/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/mpc8641hpcn/Makefile b/board/mpc8641hpcn/Makefile
index 9625211669..df56b31e58 100644
--- a/board/mpc8641hpcn/Makefile
+++ b/board/mpc8641hpcn/Makefile
@@ -23,6 +23,10 @@
include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../freescale/common)
+endif
+
LIB = $(obj)lib$(BOARD).a
COBJS := $(BOARD).o sys_eeprom.o \
OpenPOWER on IntegriCloud