commit | 58e3ed46df2dedd339f23aac998358d91809abf1 | [log] [tgz] |
---|---|---|
author | Rom Lemarchand <romlem@android.com> | Thu Feb 05 16:07:59 2015 -0800 |
committer | Amit Pundir <amit.pundir@linaro.org> | Tue Aug 28 17:10:42 2018 +0530 |
tree | 60a82c40c9b853fd0dab8fa8fb66fb5a8c384462 | |
parent | 64bfef432ae39856b573b3879b61281cfa6cf7d5 [diff] |
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>