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)
commit306b69dce9269df116bfa94319b1b827c22d5794
tree5fc44f601a2889ad1ad46cbcead6210858f23613
parent5412e0b763e0c46165fa353f695fa3b68a66ac91
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