tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 6d72dda014a4753974eb08950089ddf71fec4f60 commit: aec499c75cf8e0b599be4d559e6922b613085f8f [10112/13576] nds32: Remove the architecture config: nds32-randconfig-r005-20220319 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=aec499c75cf8e0b599be4d559e6922b613085f8f 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 aec499c75cf8e0b599be4d559e6922b613085f8f 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:612: 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'. >> arch/Kconfig:10: can't open file "arch/nds32/Kconfig" make[2]: *** [scripts/kconfig/Makefile:77: oldconfig] Error 1 make[1]: *** [Makefile:619: oldconfig] Error 2 make: *** [Makefile:219: __sub-make] Error 2 make: Target 'oldconfig' not remade because of errors. -- Makefile:612: 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'. >> arch/Kconfig:10: can't open file "arch/nds32/Kconfig" make[2]: *** [scripts/kconfig/Makefile:77: olddefconfig] Error 1 make[1]: *** [Makefile:619: olddefconfig] Error 2 make: *** [Makefile:219: __sub-make] Error 2 make: Target 'olddefconfig' not remade because of errors. vim +10 arch/Kconfig 125e564582cbce6 Mathieu Desnoyers 2008-02-02 5 1572497cb0e6d20 Christoph Hellwig 2018-07-31 6 # 1572497cb0e6d20 Christoph Hellwig 2018-07-31 7 # Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can 1572497cb0e6d20 Christoph Hellwig 2018-07-31 8 # override the default values in this file. 1572497cb0e6d20 Christoph Hellwig 2018-07-31 9 # 1572497cb0e6d20 Christoph Hellwig 2018-07-31 @10 source "arch/$(SRCARCH)/Kconfig" 1572497cb0e6d20 Christoph Hellwig 2018-07-31 11 :::::: The code at line 10 was first introduced by commit :::::: 1572497cb0e6d2016078bc9d5a95786bb878389f kconfig: include common Kconfig files from top-level Kconfig :::::: TO: Christoph Hellwig <hch@xxxxxx> :::::: CC: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://01.org/lkp