localmodconfig: Use Kbuild files too
authorRichard Weinberger <richard@nod.at>
Sun, 26 Jul 2015 22:06:55 +0000 (00:06 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 13 Oct 2015 02:46:03 +0000 (03:46 +0100)
commitbc3356a8b8dedacf18cd8662b06cb4282bb051e9
tree1ca6df759de79818f987ec6e78ba3e223120e3dc
parente73256664c4ad969637021b1f3a9bea2dc6fdd17
localmodconfig: Use Kbuild files too

commit c0ddc8c745b7f89c50385fd7aa03c78dc543fa7a upstream.

In kbuild it is allowed to define objects in files named "Makefile"
and "Kbuild".
Currently localmodconfig reads objects only from "Makefile"s and misses
modules like nouveau.

Link: http://lkml.kernel.org/r/1437948415-16290-1-git-send-email-richard@nod.at
Reported-and-tested-by: Leonidas Spyropoulos <artafinde@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
scripts/kconfig/streamline_config.pl