mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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:
parent
be662e9a6b
commit
67c2cb1e69
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
include $(TOPDIR)/config.mk
|
||||
|
||||
ifneq ($(OBJTREE),$(SRCTREE))
|
||||
$(shell mkdir -p $(obj)../seaboard)
|
||||
$(shell mkdir -p $(obj)../common)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue