commit | dd92478a15fa3bfd746ee08b4ef59401c1537804 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Sun Feb 28 22:00:00 2016 -0500 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Tue Mar 29 16:30:57 2016 -0400 |
tree | 3577bd3662eb7077ae82878f200e81afabe8c3fc | |
parent | 23121ca2b56b583c43512e4d7a926343be937714 [diff] |
kbuild: build sample modules along with the rest of the kernel Make sample modules in parallel with the rest of the kernel rather than having them built from the vmlinux target. This makes the build slightly faster, and those modules are properly considered when adjust_autoksyms.sh is executed. Signed-off-by: Nicolas Pitre <nico@linaro.org>