tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 4e7a74a6856f8613dab9794da4b5cfb8fd54fb8c commit: 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e [10574/11713] nds32: Remove the architecture config: nds32-randconfig-r035-20220310 compiler: nds32le-linux-gcc (GCC) 11.2.0 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/next/linux-next.git/commit/?id=3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=nds32 randconfig mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=nds32 distclean If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): Makefile:691: arch/nds32/Makefile: No such file or directory make[1]: *** No rule to make target 'arch/nds32/Makefile'. make[1]: Failed to remake makefile 'arch/nds32/Makefile'. >> scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory make[2]: *** No rule to make target 'arch/nds32/Makefile'. make[2]: Failed to remake makefile 'arch/nds32/Makefile'. make[1]: *** [Makefile:1838: _clean_arch/nds32] Error 2 make[1]: Target 'distclean' not remade because of errors. make: *** [Makefile:219: __sub-make] Error 2 make: Target 'distclean' not remade because of errors. vim +15 scripts/Makefile.clean 2315c6e4227815 Sam Ravnborg 2005-07-25 12 2a691470345a00 Sam Ravnborg 2005-07-25 13 # The filename Kbuild has precedence over Makefile db8c1a7b2ca25f Sam Ravnborg 2005-07-27 14 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src)) db8c1a7b2ca25f Sam Ravnborg 2005-07-27 @15 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile) ^1da177e4c3f41 Linus Torvalds 2005-04-16 16 :::::: The code at line 15 was first introduced by commit :::::: db8c1a7b2ca25f37b1429c00e82d6568f86caec1 kbuild: fix building external modules :::::: TO: Sam Ravnborg <sam@mars.(none)> :::::: CC: Sam Ravnborg <sam@mars.(none)> --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx