kernel-build.mk: add support for compiling only DTS
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 7 Feb 2024 23:49:27 +0000 (00:49 +0100)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 27 Feb 2024 16:28:08 +0000 (11:28 -0500)
commitac0847891bfbfa889d1c0c7a7f097caa37f0f176
tree53d1cf343ca6e29459cb8585d86bb5d4a49190fd
parenta5a400a7426bb83e95b626edddd0699eb7f00242
kernel-build.mk: add support for compiling only DTS

Add support for compiling DTS for the selected target. This can be
useful for testing if the DTS correctly compile and doesn't produce any
error.

This adds a new make target. To compile only DTS use:

make target/linux/dtb

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit c47532b1ea7f8459f05a223a71317a1461c6e750)
include/image.mk
include/kernel-build.mk
include/subdir.mk