OSDN Git Service

kernel.mk: install modules for 'kernel' goal
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 21 Jun 2019 02:41:21 +0000 (10:41 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 21 Jun 2019 02:48:30 +0000 (10:48 +0800)
commite43bcd2174b700dfb5a6060cd0f140cc601f3206
tree69a7544634e7b91b733b25254a6730568736d478
parentc4c6e49ce1f8ee2bce992114b330b1fcd68f0e53
kernel.mk: install modules for 'kernel' goal

When do 'make kernel' on the top of android-x86 tree, only $OUT/kernel is
generated but the modules are not installed to $OUT/system/lib/modules.
The patch fixes that.
core/tasks/kernel.mk