ANDROID: kbuild: make it possible to specify the module output dir
authorRom Lemarchand <romlem@android.com>
Fri, 6 Feb 2015 00:07:59 +0000 (16:07 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commitef1b6e4e1e04f0f474aea00d2b9f51a8391001fc
tree6bdcfb31fe8346833d432422bf1f0f56c11e819f
parent94a421ba2ac49efbaa9fe505c64d6e73aadbb769
ANDROID: 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.

Change-Id: I2bc007eea27ee744d35289e26e4a8ac43ba04151
Signed-off-by: Rom Lemarchand <romlem@android.com>
scripts/Makefile.modinst