kbuild: build sample modules along with the rest of the kernel
authorNicolas Pitre <nicolas.pitre@linaro.org>
Mon, 29 Feb 2016 03:00:00 +0000 (22:00 -0500)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 29 Mar 2016 20:30:57 +0000 (16:30 -0400)
commitdd92478a15fa3bfd746ee08b4ef59401c1537804
tree3577bd3662eb7077ae82878f200e81afabe8c3fc
parent23121ca2b56b583c43512e4d7a926343be937714
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>
Makefile