Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Richard Kuo <rkuo@quicinc.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	Brian Cain <bcain@kernel.org>
Subject: [bcain:bcain/qemu_boot 20/69] Makefile:1629: warning: overriding recipe for target 'dtbs'
Date: Thu, 09 Jul 2026 17:10:17 +0800	[thread overview]
Message-ID: <202607091634.UXr9Ddde-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/bcain/linux.git bcain/qemu_boot
head:   89efd48e5609f41280973bc49df20ffe80177690
commit: abe97c987224d2686550fd938cd15c284c1132c3 [20/69] hexagon: update build system and Kconfig
config: hexagon-randconfig-001 (https://download.01.org/0day-ci/archive/20260709/202607091634.UXr9Ddde-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260709/202607091634.UXr9Ddde-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607091634.UXr9Ddde-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> Makefile:1629: warning: overriding recipe for target 'dtbs'
   arch/hexagon/Makefile:83: warning: ignoring old recipe for target 'dtbs'
   make[2]: *** [Makefile:2184: .] Error 2 shuffle=2075589911
   make[2]: Target '__all' not remade because of errors.
--
>> Makefile:1629: warning: overriding recipe for target 'dtbs'
   arch/hexagon/Makefile:83: warning: ignoring old recipe for target 'dtbs'
   scripts/Makefile.clean:12: arch/hexagon/platform/sm8150/Makefile: No such file or directory
   make[3]: *** No rule to make target 'arch/hexagon/platform/sm8150/Makefile'.
   scripts/Makefile.clean:12: Failed to remake makefile 'arch/hexagon/platform/sm8150/Makefile'.
   make[2]: *** [Makefile:2189: _clean_arch/hexagon/platform/sm8150] Error 2 shuffle=2075589911
   make[2]: Target 'distclean' not remade because of errors.
   make[1]: *** [Makefile:248: __sub-make] Error 2 shuffle=2075589911
   make[1]: Target 'distclean' not remade because of errors.
   make: *** [Makefile:248: __sub-make] Error 2 shuffle=2075589911
   make: Target 'distclean' not remade because of errors.
--
>> Makefile:1629: warning: overriding recipe for target 'dtbs'
   arch/hexagon/Makefile:83: warning: ignoring old recipe for target 'dtbs'
--
>> Makefile:1629: warning: overriding recipe for target 'dtbs'
   arch/hexagon/Makefile:83: warning: ignoring old recipe for target 'dtbs'
--
>> /kbuild/src/Makefile:1629: warning: overriding recipe for target 'dtbs'
   /kbuild/src/arch/hexagon/Makefile:83: warning: ignoring old recipe for target 'dtbs'
   /kbuild/src/scripts/Makefile.clean:12: /kbuild/src/arch/hexagon/platform/sm8150/Makefile: No such file or directory
   make[3]: *** No rule to make target '/kbuild/src/arch/hexagon/platform/sm8150/Makefile'.
   /kbuild/src/scripts/Makefile.clean:12: Failed to remake makefile '/kbuild/src/arch/hexagon/platform/sm8150/Makefile'.
   make[2]: *** [/kbuild/src/Makefile:2189: _clean_arch/hexagon/platform/sm8150] Error 2 shuffle=2075589911
   make[2]: Target 'mrproper' not remade because of errors.
   make[1]: *** [/kbuild/src/Makefile:248: __sub-make] Error 2 shuffle=2075589911
   make[1]: Target 'mrproper' not remade because of errors.
   make: *** [Makefile:248: __sub-make] Error 2 shuffle=2075589911
   make: Target 'mrproper' not remade because of errors.
--
>> Makefile:1629: warning: overriding recipe for target 'dtbs'
   arch/hexagon/Makefile:83: warning: ignoring old recipe for target 'dtbs'


vim +/dtbs +1629 Makefile

37c8a5fafa3bb7 Rob Herring     2018-01-10  1620  
ee47620367d5b5 Masahiro Yamada 2022-07-24  1621  %.dtb: dtbs_prepare
75e895343d5a2f Rob Herring     2021-12-08  1622  	$(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@
37c8a5fafa3bb7 Rob Herring     2018-01-10  1623  
ee47620367d5b5 Masahiro Yamada 2022-07-24  1624  %.dtbo: dtbs_prepare
75e895343d5a2f Rob Herring     2021-12-08  1625  	$(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@
ce88c9c79455fb Viresh Kumar    2021-01-29  1626  
ee47620367d5b5 Masahiro Yamada 2022-07-24  1627  PHONY += dtbs dtbs_prepare dtbs_install dtbs_check
ee47620367d5b5 Masahiro Yamada 2022-07-24  1628  dtbs: dtbs_prepare
24507871c3c6ae Masahiro Yamada 2024-01-09 @1629  	$(Q)$(MAKE) $(build)=$(dtstree) need-dtbslist=1
37c8a5fafa3bb7 Rob Herring     2018-01-10  1630  

:::::: The code at line 1629 was first introduced by commit
:::::: 24507871c3c6ae4f6b460b016da7ff434cd34149 kbuild: create a list of all built DTB files

:::::: TO: Masahiro Yamada <masahiroy@kernel.org>
:::::: CC: Masahiro Yamada <masahiroy@kernel.org>

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2026-07-09  9:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202607091634.UXr9Ddde-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bcain@kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=rkuo@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox