allmodconfig not working with dummy-tools

From: Michal Suchánek
Date: Thu Apr 01 2021 - 14:06:41 EST


Hello,

running allmodconfig with dumy-tools I get:

which: no elfedit in (./scripts/dummy-tools)
scripts/dummy-tools/gcc: unknown assembler invoked
scripts/Kconfig.include:50: Sorry, this assembler is not supported.
scripts/kconfig/Makefile:77: recipe for target 'allmodconfig' failed
make[1]: *** [allmodconfig] Error 1
Makefile:648: recipe for target 'allmodconfig' failed
make: *** [allmodconfig] Error 2

I use allmodconfig to enable any unknown options on new kernel version
automaticallly so it can be build-tested.

Can this be fixed or is there some other way of automatically udating
the config after new options are added?

Thanks

Michal