[U-Boot] [PATCH 2/2] ARM: tegra: fix Ventana standalone build

2012-08-03 Thread Stephen Warren
From: Stephen Warren 

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 
---
 board/nvidia/ventana/Makefile |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile
index 611520c..147d0bc 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
 
-- 
1.7.0.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 2/2] ARM: tegra: fix Ventana standalone build

2012-08-03 Thread Tom Warren
Stephen,

> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Friday, August 03, 2012 9:55 AM
> To: Tom Warren
> Cc: Allen Martin; Thierry Reding; Simon Glass; U-Boot Mailing List; Stephen
> Warren
> Subject: [PATCH 2/2] ARM: tegra: fix Ventana standalone build

This series (2 patches) applied to u-boot-tegra/next.

Thanks,

Tom
-- 
nvpublic
> 
> From: Stephen Warren 
> 
> 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 
> ---
>  board/nvidia/ventana/Makefile |2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile
> index 611520c..147d0bc 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
> 
> --
> 1.7.0.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot