diff options
author | Ed Swarthout <Ed.Swarthout@freescale.com> | 2007-05-09 11:03:32 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-07-11 18:19:06 -0500 |
commit | bfb37b32d1b0b03f18077dba49cc66a6e76fa038 (patch) | |
tree | cbcad15ab0542f64dde58d724833b98369cd4c85 /board/freescale/mpc8544ds | |
parent | 2a3cee43c3b71fa5b8d91db19f05067865290f3e (diff) | |
download | u-boot-imx-bfb37b32d1b0b03f18077dba49cc66a6e76fa038.zip u-boot-imx-bfb37b32d1b0b03f18077dba49cc66a6e76fa038.tar.gz u-boot-imx-bfb37b32d1b0b03f18077dba49cc66a6e76fa038.tar.bz2 |
8544ds: 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/freescale/mpc8544ds')
-rw-r--r-- | 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 |