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 <thierry.reding@avionic-design.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Thierry Reding 2011-11-16 23:48:22 +00:00 committed by Wolfgang Denk
parent be662e9a6b
commit 67c2cb1e69
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
include $(TOPDIR)/config.mk
ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../seaboard)
$(shell mkdir -p $(obj)../common)
endif