projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0eb70
)
fix out of tree building
author
Kim Phillips
<kim.phillips@freescale.com>
Mon, 25 Aug 2008 19:53:09 +0000
(14:53 -0500)
committer
Kim Phillips
<kim.phillips@freescale.com>
Mon, 25 Aug 2008 22:03:57 +0000
(17:03 -0500)
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8c90dabc317de586f1f90b43a1c6dc8df66d2b69..c30ef57583e576351bd9a0e18365ab6559875fa8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2065,7
+2065,7
@@
MPC8313ERDB_NAND_66_config: unconfig
fi ; \
if [ "$(findstring _NAND_,$@)" ] ; then \
$(XECHO) -n "...NAND..." ; \
- echo "TEXT_BASE = 0x00100000" > $(obj)
/
board/freescale/mpc8313erdb/config.tmp ; \
+ echo "TEXT_BASE = 0x00100000" > $(obj)board/freescale/mpc8313erdb/config.tmp ; \
echo "#define CONFIG_NAND_U_BOOT" >>$(obj)include/config.h ; \
fi ;
@$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb freescale