]> git.baikalelectronics.ru Git - kernel.git/commit
bootconfig: Support O=<builddir> option
authorMasami Hiramatsu <mhiramat@kernel.org>
Tue, 3 Mar 2020 11:24:40 +0000 (20:24 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 3 Mar 2020 22:38:42 +0000 (17:38 -0500)
commit33c9f02de5c317c629fffce0a178e92044c3e7e8
tree5fc44f601a2889ad1ad46cbcead6210858f23613
parenta436bea9c8424784f138fff254c7338831d4d56f
bootconfig: Support O=<builddir> option

Support O=<builddir> option to build bootconfig tool in
the other directory. As same as other tools, if you specify
O=<builddir>, bootconfig command is build under <builddir>.

Link: http://lkml.kernel.org/r/158323468033.10560.14661631369326294355.stgit@devnote2
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
tools/bootconfig/Makefile
tools/bootconfig/test-bootconfig.sh