On Fri, 2018-06-08 at 23:53 +0200, Sam Ravnborg wrote: > When kconfig syntax moved to use $(FOO) for environment variables > localmodconfig was not updated. > Fix so it now works with the new syntax $(FOO) > > Fixes: 104daea149c45cc84842ce77a9bd6436d19f3dd8 ("kconfig: reference environment variables directly and remove 'option env='") I can confirm `make localmodconfig` from 104daea149c4 with this patch applied creates the same .config as it did in 104daea149c4^ and that it creates a plausible .config (which I haven't built/tested yet) when applied to master. Works for me. Thanks for the very fast fix! Tested-by: Kevin Locke <kevin@xxxxxxxxxxxxxxx> Cheers, Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html