]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: tegra2: fix out-of-tree build
authorChe-liang Chiou <clchiou@chromium.org>
Tue, 23 Aug 2011 00:03:12 +0000 (00:03 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 7 Sep 2011 20:03:53 +0000 (22:03 +0200)
commit10980d4a54271c0bb98ae209bb1840c5259ba566
tree4244722a226e5816c158cc98ab1424355ff5ae4c
parent6636eb97e4930bf753fd1461bedd11807c37fc85
arm: tegra2: fix out-of-tree build

The out-of-tree build fails because the Makefiles in question depend on
source files of another directory but do not explicitly mkdir that
directory.

As a matter of fact, other Makefiles under board/*/ directory that refer
to source files under another directory explicitly call mkdir.

This patch adds explicit mkdir's to the Makefiles in question, and
verifies that out-of-tree build is working.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
board/nvidia/harmony/Makefile
board/nvidia/seaboard/Makefile