diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-24 13:55:27 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-28 15:06:31 -0400 |
commit | 5a449d75bca1e8798571cb04093553593e5ed73e (patch) | |
tree | 95b405c0e11a94130da32cac63771ebf0d87efc2 /lib/qsort.c | |
parent | 36c4b1d98059244c34ec3327d9cc9f3c552fd01b (diff) | |
download | talos-obmc-uboot-5a449d75bca1e8798571cb04093553593e5ed73e.tar.gz talos-obmc-uboot-5a449d75bca1e8798571cb04093553593e5ed73e.zip |
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>
Diffstat (limited to 'lib/qsort.c')
0 files changed, 0 insertions, 0 deletions