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)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 10 Feb 2024 12:29:27 +0000 (13:29 +0100)
commit183c0d530de3480917dafcffc1e5223ecff27935
tree873051dbb2d400bb36bbf518eb396163741c5683
parent80c8d659338526103a8f55a47ce744e0a02fcb32
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