From: Ed Swarthout Date: Wed, 9 May 2007 16:03:32 +0000 (-0500) Subject: 8544ds: Fix Makefile after moving pixis to board/freescale. X-Git-Tag: v1.3.0-rc1~19^2~20^2~18^2~1^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bfb37b32d1b0b03f18077dba49cc66a6e76fa038;p=oweals%2Fu-boot.git 8544ds: Fix Makefile after moving pixis to board/freescale. The OBJTREE != SRCTREE build scenario was broken. This fixes it. Signed-off-by: Ed Swarthout Signed-off-by: Jon Loeliger --- diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile index bec2168639..308f707de0 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