]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix build issues cause by LDFLAGS_FINAL changes
authorWolfgang Denk <wd@denx.de>
Thu, 31 Mar 2011 21:26:29 +0000 (16:26 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 31 Mar 2011 21:38:16 +0000 (23:38 +0200)
commit3b258e2e58d7b5f45e03681b00df64fc8a61e9c1
treeed6383c4cdf87117b0760e2f267fac194b1cb320
parentb12fee010cff9738735e0f213205906ff68aead8
Fix build issues cause by LDFLAGS_FINAL changes

Commit 6dc1ece "Introduce a new linker flag LDFLAGS_FINAL" modified a
number of Makefiles in a way that broke out-of-tree builds.  The
problem was that $(nandobj) was used before it got defined.

Fix this.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Scott Wood <scottwood@freescale.com>
16 files changed:
nand_spl/board/amcc/acadia/Makefile
nand_spl/board/amcc/bamboo/Makefile
nand_spl/board/amcc/canyonlands/Makefile
nand_spl/board/amcc/kilauea/Makefile
nand_spl/board/amcc/sequoia/Makefile
nand_spl/board/davinci/da8xxevm/Makefile
nand_spl/board/freescale/mpc8313erdb/Makefile
nand_spl/board/freescale/mpc8315erdb/Makefile
nand_spl/board/freescale/mpc8536ds/Makefile
nand_spl/board/freescale/mpc8569mds/Makefile
nand_spl/board/freescale/mpc8572ds/Makefile
nand_spl/board/freescale/mx31pdk/Makefile
nand_spl/board/freescale/p1_p2_rdb/Makefile
nand_spl/board/karo/tx25/Makefile
nand_spl/board/samsung/smdk6400/Makefile
nand_spl/board/sheldon/simpc8313/Makefile