Re: make[3]: *** No rule to make target 'arch/mips/boot/dts/brcm/bcm93384wvg.dtb', needed by '__build'.

From: Rob Herring
Date: Thu Nov 01 2018 - 17:37:57 EST


On Wed, Oct 31, 2018 at 9:18 PM kbuild test robot <lkp@xxxxxxxxx> wrote:
>
> Hi Rob,
>
> FYI, the error/warning still remains.

I replied on another one of these reports that these failures need to
be fixed by using "CONFIG_OF_ALL_DTBS=y CONFIG_DTC=y" instead of just
"CONFIG_OF_ALL_DTBS=y" as specifying kconfig options on the command
line ignores any select or depends AFAICT.

I partially fixed these in some cases by making 'all' only include
'dtbs' target when CONFIG_OF_EARLY_FLATTREE is enabled. I'm not
exactly sure why mips and xtensa still fail.

Rob