On Tue, Jun 4, 2019 at 12:16 PM Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> wrote: > --- a/Makefile > +++ b/Makefile > @@ -1363,7 +1363,7 @@ CLEAN_DIRS += $(MODVERDIR) include/ksym > CLEAN_FILES += modules.builtin.modinfo > > # Directories & files removed with 'make mrproper' > -MRPROPER_DIRS += include/config usr/include include/generated \ > +MRPROPER_DIRS += include/config include/generated \ > arch/$(SRCARCH)/include/generated .tmp_objdiff > MRPROPER_FILES += .config .config.old .version \ > Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ This change seems to have caused a minor regression: $ make clean ; make clean find: ‘*’: No such file or directory Any idea? Arnd