[U-Boot-Users] [PATCH] 8544ds: Fix Makefile after moving pixis to board/freescale.

Jon Loeliger jdl at freescale.com
Wed May 9 18:03:32 CEST 2007


From: Ed Swarthout <Ed.Swarthout at freescale.com>

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

Signed-off-by: Ed Swarthout <Ed.Swarthout at freescale.com>
Signed-off-by: Jon Loeliger <jdl at freescale.com>
---

Andy,

Please pick this up for the 85xx custodian tree.

jdl


 board/freescale/mpc8544ds/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile
index bec2168..308f707 100644
--- a/board/freescale/mpc8544ds/Makefile
+++ b/board/freescale/mpc8544ds/Makefile
@@ -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
 
-- 
1.5.0.3







More information about the U-Boot mailing list