diff options
| author | Thierry Reding <[email protected]> | 2011-11-16 23:48:22 +0000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-12-22 08:36:09 +0100 |
| commit | 67c2cb1e6909ebba54b314caa8ad4b0a70a6d7b2 (patch) | |
| tree | f223f5a1ae56182685b617644f2073efc88edc23 | |
| parent | be662e9a6b7bf27cb7bc06de18f3c51b2ea80160 (diff) | |
tegra2: Fix out-of-tree build for Ventana.
Since Ventana is derived from Seaboard and requires seaboard.c to build,
make sure board/nvidia/seaboard is created in the build tree.
Signed-off-by: Thierry Reding <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Tested-by: Wolfgang Denk <[email protected]>
| -rw-r--r-- | board/nvidia/ventana/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile index 9e5a87ffe8e..d5140c81354 100644 --- a/board/nvidia/ventana/Makefile +++ b/board/nvidia/ventana/Makefile @@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk ifneq ($(OBJTREE),$(SRCTREE)) +$(shell mkdir -p $(obj)../seaboard) $(shell mkdir -p $(obj)../common) endif |
