Linus, I received a bug report from Thomas Lange, saying that after doing a "make localmodconfig" his module 'brcmsmac' was missing. He tried this on a few different kernels and said that it was always turning off this module even though he had it loaded during the make localmodconfig. I looked into it and found that that Makefile uses a variable to set the module name: obj-$(CONFIG_BRCMSMAC) += $(MODULEPFX).o These two patches make localmodconfig handle this case. The first patch is a clean up that makes the second patch easier to do. I'm also sending these to stable. -- Steve Please pull the latest for-linus tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig.git for-linus Head SHA1: 364212fddaaa60c5a64f67a0f5624ad996ecc8a0 Steven Rostedt (2): kconfig/streamline-config.pl: Simplify backslash line concatination kconfig/streamline-config.pl: Fix parsing Makefile with variables ---- scripts/kconfig/streamline_config.pl | 52 ++++++++++++++++++++++++++-------- 1 files changed, 40 insertions(+), 12 deletions(-)
Attachment:
signature.asc
Description: This is a digitally signed message part