u-boot-brain/board/nvidia
Stephen Warren cf46cdebdd ARM: tegra: fix Ventana standalone build
Ventana always pulls in files from the Seaboard directory, so needs to
mkdir $(obj)../seaboard unconditionally. This fixes:

git clean -f -d -x
./MAKEALL ventana

"MAKEALL -s tegra20" passes without this change, because Seaboard
happens to be built before Ventana, and hence the directory has already
been created.

I believe the mkdir is only needed for out-of-tree builds, since the
seaboard directory is part of the source tree. However, since we always
build an SPL for Tegra now, which I believe is effectively an out-of-tree
build, we will always need this at some time. The overhead of just
uncondtionally executing the mkdir is minimal, and simplifies the
Makefile, since we don't need to code up the exact minimal condition to
execute the mkdir.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2012-09-07 13:54:32 -07:00
..
common tegra20: move SDRAM param save to later in boot 2012-09-01 14:58:22 +02:00
dts tegra: enable NAND on Harmony 2012-09-07 13:54:31 -07:00
harmony ARM: tegra: remove redundant mkdirs from board Makefiles 2012-09-07 13:54:31 -07:00
seaboard ARM: tegra: remove redundant mkdirs from board Makefiles 2012-09-07 13:54:31 -07:00
ventana ARM: tegra: fix Ventana standalone build 2012-09-07 13:54:32 -07:00
whistler ARM: tegra: remove redundant mkdirs from board Makefiles 2012-09-07 13:54:31 -07:00