Re: [PATCH] gen_compile_commands: Add support for separate kbuild output directory

2020-08-25 Thread Peter Kalauskas
On Wed, Aug 12, 2020 at 09:28:32PM +0900, Masahiro Yamada wrote: > (+cc clang-built-linux) > > > On Sat, Aug 1, 2020 at 6:21 AM Peter Kalauskas wrote: > > > > Add support for builds that use an output directory different than the > > kernel source tree (e.g. make O=/tmp/kernel-obj). This also in

Re: [PATCH] gen_compile_commands: Add support for separate kbuild output directory

2020-08-12 Thread Masahiro Yamada
(+cc clang-built-linux) On Sat, Aug 1, 2020 at 6:21 AM Peter Kalauskas wrote: > > Add support for builds that use an output directory different than the > kernel source tree (e.g. make O=/tmp/kernel-obj). This also introduces > support for .cmd files that use absolute paths. > > Previously, gen_

Re: [PATCH] gen_compile_commands: Add support for separate kbuild output directory

2020-08-11 Thread Tom Roeder
Adding the kbuild mailing list on CC, which owns this directory. On Fri, Jul 31, 2020 at 02:21:41PM -0700, Peter Kalauskas wrote: Add support for builds that use an output directory different than the kernel source tree (e.g. make O=/tmp/kernel-obj). This also introduces support for .cmd files t

[PATCH] gen_compile_commands: Add support for separate kbuild output directory

2020-07-31 Thread Peter Kalauskas
Add support for builds that use an output directory different than the kernel source tree (e.g. make O=/tmp/kernel-obj). This also introduces support for .cmd files that use absolute paths. Previously, gen_compile_commands.py only supported builds where the kernel source tree and the output direct