Hi Daniel,
I love your patch! Yet something to improve:
[auto build test ERROR on linus/master] [also build test ERROR on v5.17-rc8 next-20220310] [cannot apply to broonie-sound/for-next tiwai-sound/for-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Daniel-Palmer/ASoC-sti-sti_uniperif... base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 09688c0166e76ce2fb85e86b9d99be8b0084cdf9 config: x86_64-rhel-8.3-kselftests compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04) 9.4.0 reproduce (this is a W=1 build): # https://github.com/0day-ci/linux/commit/7970e4bb3de4ff810c1dafb8ac38d222d90c... git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Daniel-Palmer/ASoC-sti-sti_uniperif-Remove-driver/20220315-171525 git checkout 7970e4bb3de4ff810c1dafb8ac38d222d90ca071 # save the config file to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=x86_64 distclean
If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot lkp@intel.com
All errors (new ones prefixed by >>):
scripts/Makefile.clean:15: sound/soc/sti/Makefile: No such file or directory make[4]: *** No rule to make target 'sound/soc/sti/Makefile'.
make[4]: Failed to remake makefile 'sound/soc/sti/Makefile'. make[3]: *** [scripts/Makefile.clean:68: sound/soc/sti] Error 2 make[3]: Target '__clean' not remade because of errors. make[2]: *** [scripts/Makefile.clean:68: sound/soc] Error 2 make[2]: Target '__clean' not remade because of errors. make[1]: *** [Makefile:1838: _clean_sound] 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. --
sound/soc/Kconfig:86: can't open file "sound/soc/sti/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. --
sound/soc/Kconfig:86: can't open file "sound/soc/sti/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 +15 scripts/Makefile.clean
2315c6e42278152 Sam Ravnborg 2005-07-25 12 2a691470345a002 Sam Ravnborg 2005-07-25 13 # The filename Kbuild has precedence over Makefile db8c1a7b2ca25f3 Sam Ravnborg 2005-07-27 14 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src)) db8c1a7b2ca25f3 Sam Ravnborg 2005-07-27 @15 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile) ^1da177e4c3f415 Linus Torvalds 2005-04-16 16
--- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org