]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/boot: add DTB to 'targets'
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Jul 2020 07:56:28 +0000 (16:56 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 22 Jul 2020 00:19:12 +0000 (09:19 +0900)
commit989c113e8c199312b7ffcf5f267f53b0d65e26eb
treed6138335feba3d5a1e007b3b9b9d6613a6dec1de
parent2afcdb418d091fcc5d55f4e33dcada1e7b9889f3
powerpc/boot: add DTB to 'targets'

PowerPC always re-builds DTB even if nothing has been changed.

As for other architectures, arch/*/boot/dts/Makefile builds DTB by
using the dtb-y syntax.

In contrast, arch/powerpc/boot/dts/(fsl/)Makefile does nothing unless
CONFIG_OF_ALL_DTBS is defined. Instead, arch/powerpc/boot/Makefile
builds DTB on demand. You need to add DTB to 'targets' explicitly
so .*.cmd files are included.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/Makefile