From: Masahiro Yamada Date: Mon, 31 Mar 2014 07:41:36 +0000 (+0900) Subject: kbuild: create a build directory automatically for out-of-tree build X-Git-Tag: v3.15-rc1~54^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c9e70a55b088d97a59241744fe459409d0c3582;p=pandora-kernel.git kbuild: create a build directory automatically for out-of-tree build Kbuild supports saving output files in a separate directory. But the build directory must be created beforehand. For example, $ mkdir -p dir/to/store/output/files $ make O=dir/to/store/output/files defconfig Creating a build directory automatically would be useful. Signed-off-by: Masahiro Yamada Acked-by: Sam Ravnborg Signed-off-by: Michal Marek --- Reading git-diff-tree failed