On Wed, Jun 7, 2023 at 3:14 PM Jiri Slaby (SUSE) <jirislaby@xxxxxxxxxx> wrote: > > From: Jiri Slaby <jslaby@xxxxxxx> > > streamline_config.pl currently searches for CONFIG options in Kconfig > files as $(CONFIG_FOO). But some Kconfigs (e.g. thunderbolt) use > ${CONFIG_FOO}. So fix up the regex to accept both. > > This fixes: > $ make LSMOD=`pwd/`/lsmod localmodconfig > using config: '.config' > thunderbolt config not found!! > > Signed-off-by: Jiri Slaby <jslaby@xxxxxxx> > Cc: andreas.noever@xxxxxxxxx > Cc: michael.jamet@xxxxxxxxx > Cc: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> > Cc: YehezkelShB@xxxxxxxxx > Cc: Steven Rostedt <rostedt@xxxxxxxxxxx> > Cc: Linux Kbuild mailing list <linux-kbuild@xxxxxxxxxxxxxxx> > --- Applied to linux-kbuild. Thanks. -- Best Regards Masahiro Yamada