git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03fcb5
)
kbuild: create a build directory automatically for out-of-tree build
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Mon, 31 Mar 2014 07:41:36 +0000
(16:41 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Mon, 31 Mar 2014 20:47:16 +0000
(22:47 +0200)
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 <yamada.m@jp.panasonic.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile
patch
|
blob
|
history
diff --cc
Makefile
Simple merge