Re: [PATCH v2] gen_compile_command: Add support for separate KBUILD_OUTPUT directory

2019-07-10 Thread Matthias Kaehlcke
On Thu, Jul 04, 2019 at 02:08:27PM +0900, Masahiro Yamada wrote: > On Tue, Jun 25, 2019 at 1:31 AM Matthias Kaehlcke wrote: > > > > gen_compile_command.py currently assumes that the .cmd files and the > > source code live in the same directory, which is not the case when > > a separate KBUILD_OUTP

Re: [PATCH v2] gen_compile_command: Add support for separate KBUILD_OUTPUT directory

2019-07-03 Thread Masahiro Yamada
On Tue, Jun 25, 2019 at 1:31 AM Matthias Kaehlcke wrote: > > gen_compile_command.py currently assumes that the .cmd files and the > source code live in the same directory, which is not the case when > a separate KBUILD_OUTPUT directory is used. > > Add a new option to specify this the kbuild outpu

[PATCH v2] gen_compile_command: Add support for separate KBUILD_OUTPUT directory

2019-06-24 Thread Matthias Kaehlcke
gen_compile_command.py currently assumes that the .cmd files and the source code live in the same directory, which is not the case when a separate KBUILD_OUTPUT directory is used. Add a new option to specify this the kbuild output directory. If the option is not set the kernel source directory is