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: hexagon-randconfig-r041-20220820 (https://download.01.org/0day-ci/archive/20220820/202208201903.FQzmGPGx-lkp@xxxxxxxxx/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project c9a41fe60ab62f7a40049c100adcc8087a47669b) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # 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 COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon 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:1848: .] Error 2 make[1]: Target '__all' not remade because of errors. -- >> Makefile:1752: target '.modules.order' doesn't match the target pattern <stdin>:1517:2: warning: syscall clone3 not implemented [-W#warnings] #warning syscall clone3 not implemented ^ 1 warning generated. -- >> Makefile:1752: target '.modules.order' doesn't match the target pattern <stdin>:1517:2: warning: syscall clone3 not implemented [-W#warnings] #warning syscall clone3 not implemented ^ 1 warning generated. 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