On Fri, Nov 27, 2020 at 1:08 PM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > make --trace allmodconfig > > shows a series of > > scripts/Makefile.host:112: target 'scripts/kconfig/....o' does not exist > > lines, which is silly and wrong Oh, this is a red herring. It's "make" output being misleading, and it just comes from the FORCE keyword. And no, those don't actually change the end result for me. Linus