summaryrefslogtreecommitdiffstats
path: root/board/nvidia/ventana/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-08-03 06:55:04 +0000
committerTom Warren <twarren@nvidia.com>2012-09-07 13:54:32 -0700
commitcf46cdebdd24b8ecbbf8477d89a7fdff974b3b81 (patch)
treec24cd2839db9f25d397b18b9cdddf7cb6f237b7d /board/nvidia/ventana/Makefile
parent3aa7a6a63559127b2549fddf025612429226e1fe (diff)
downloadblackbird-obmc-uboot-cf46cdebdd24b8ecbbf8477d89a7fdff974b3b81.tar.gz
blackbird-obmc-uboot-cf46cdebdd24b8ecbbf8477d89a7fdff974b3b81.zip
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>
Diffstat (limited to 'board/nvidia/ventana/Makefile')
-rw-r--r--board/nvidia/ventana/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile
index 611520c8eb..147d0bcf95 100644
--- a/board/nvidia/ventana/Makefile
+++ b/board/nvidia/ventana/Makefile
@@ -24,9 +24,7 @@
include $(TOPDIR)/config.mk
-ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../seaboard)
-endif
LIB = $(obj)lib$(BOARD).o
OpenPOWER on IntegriCloud