+1
−1
+2
−2
+8
−17
scripts/Makefile.dtbs
0 → 100644
+142
−0
+0
−115
Loading
scripts/Makefile.lib is included not only from scripts/Makefile.build
but also from scripts/Makefile.{modfinal,package,vmlinux,vmlinux_o},
where DT build rules are not required.
Split the DT build rules out to scripts/Makefile.dtbs, and include it
only when necessary.
While I was here, I added $(DT_TMP_SCHEMA) as a prerequisite of
$(multi-dtb-y).
Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by:
Rob Herring (Arm) <robh@kernel.org>