Re: [RFC] kbuild: make it possible to specify the module output dir

2015-02-18 Thread Michal Marek
On 2015-02-09 11:58, Kiran Raparthy wrote: > From: Rom Lemarchand > > kbuild: make it possible to specify the module output dir > > Make modinst_dir user-defined on the command line. > > This allows to do things like: > make MODLIB=output/ modinst_dir=. modules_install > > to ensure all the .k

Re: [RFC] kbuild: make it possible to specify the module output dir

2015-02-15 Thread Kiran Kumar
On Mon, Feb 9, 2015 at 4:28 PM, Kiran Raparthy wrote: > From: Rom Lemarchand > > kbuild: make it possible to specify the module output dir > > Make modinst_dir user-defined on the command line. > > This allows to do things like: > make MODLIB=output/ modinst_dir=. modules_install > > to ensure al

[RFC] kbuild: make it possible to specify the module output dir

2015-02-09 Thread Kiran Raparthy
From: Rom Lemarchand kbuild: make it possible to specify the module output dir Make modinst_dir user-defined on the command line. This allows to do things like: make MODLIB=output/ modinst_dir=. modules_install to ensure all the .ko are in the output/ directory. Cc: Michal Marek Cc: linux-kb