]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: create a build directory automatically for out-of-tree build
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 24 Mar 2014 04:55:27 +0000 (13:55 +0900)
committerTom Rini <trini@ti.com>
Fri, 28 Mar 2014 19:06:31 +0000 (15:06 -0400)
commit5a449d75bca1e8798571cb04093553593e5ed73e
tree95b405c0e11a94130da32cac63771ebf0d87efc2
parent36c4b1d98059244c34ec3327d9cc9f3c552fd01b
kbuild: create a build directory automatically for out-of-tree build

Prior to Kbuild, the build system created a build directory,
when it did not exist, for out-of-tree build.

This feature was dropped when we switched to Kbuild
because many of lines in makefiles were copied from Linux Kernel.
(In Linux Kernel, we have to create a build directory by ourselves
before starting build.)

That feature seems worth reviving for less typing
even if our code and Linux Kernel diverge.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Suggested-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Makefile