On Wed, Jun 07, 2023 at 08:14:17AM +0200, Jiri Slaby (SUSE) 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> Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>