diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-07-13 09:56:28 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-07-22 02:19:12 +0200 |
commit | 1bca544050e596f04e4fd3e23b87cde85282a931 (patch) | |
tree | d6138335feba3d5a1e007b3b9b9d6613a6dec1de /scripts/Makefile.build | |
parent | kbuild: buildtar: add dtbs support (diff) | |
download | linux-1bca544050e596f04e4fd3e23b87cde85282a931.tar.xz linux-1bca544050e596f04e4fd3e23b87cde85282a931.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions