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>
Thu, 8 Feb 2024 18:57:28 +0000 (19:57 +0100)
commitc47532b1ea7f8459f05a223a71317a1461c6e750
tree29b040ae4e26923bb8b6131dc5353ffc2d94a281
parentf89904ad78974898ac389f8a1b9d584a7b2bd15b
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>
include/image.mk
include/kernel-build.mk
include/subdir.mk