Skip to content

Commit 91819aa

Browse files
committed
feat: support building dtbs
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent 4dbeeaa commit 91819aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/share/rsdk/infra-package/Makefile.linux.jsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ function(
5353
$(KMAKE) bindeb-pkg
5454
mv linux-*_arm64.deb linux-upstream*_arm64.changes linux-upstream*_arm64.buildinfo ../
5555
56+
.PHONY: build-dtbs
57+
build-dtbs: $(SRC-KERNEL)
58+
$(KMAKE) defconfig dtbs
59+
5660
#
5761
# Clean
5862
#

0 commit comments

Comments
 (0)