tree: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git testing6 head: dc5c5eef5cd01d75a54d67584db862a04dc6814f commit: 6aa9a73f01177ef067f2a11336c7477b147ae78a [12/14] kbuild: move core-y in top Makefile to ./Kbuild config: i386-randconfig-a001 (https://download.01.org/0day-ci/archive/20220820/202208202011.0dgztOno-lkp@xxxxxxxxx/config) compiler: gcc-11 (Debian 11.3.0-5) 11.3.0 reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?id=6aa9a73f01177ef067f2a11336c7477b147ae78a git remote add masahiroy-kbuild https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git git fetch --no-tags masahiroy-kbuild testing6 git checkout 6aa9a73f01177ef067f2a11336c7477b147ae78a # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=i386 prepare If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> Makefile:1752: target '.modules.order' doesn't match the target pattern make[1]: *** [Makefile:1165: vmlinux] Error 2 make[1]: Target '__all' not remade because of errors. -- >> Makefile:1752: target '.modules.order' doesn't match the target pattern -- >> Makefile:1752: target '.modules.order' doesn't match the target pattern >> Makefile:1752: target '.modules.order' doesn't match the target pattern vim +1752 Makefile 1ebd234d0ef32c Masahiro Yamada 2022-08-15 1751 1ebd234d0ef32c Masahiro Yamada 2022-08-15 @1752 $(sort $(subdir-modorder)): %/.modules.order: % 1ebd234d0ef32c Masahiro Yamada 2022-08-15 1753 @: 1ebd234d0ef32c Masahiro Yamada 2022-08-15 1754 :::::: The code at line 1752 was first introduced by commit :::::: 1ebd234d0ef32c5a6fb8e94267b1ddbee84cf9e1 kbuild: rename modules.order in sub-directories to .modules.order :::::: TO: Masahiro Yamada <masahiroy@xxxxxxxxxx> :::::: CC: Masahiro Yamada <masahiroy@xxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://01.org/lkp