Skip to content

Commit deef7ec

Browse files
krajpopcornmix
authored andcommitted
build/arm64: Add rules for .dtbo files for dts overlays
We now create overlays as .dtbo files. Signed-off-by: Khem Raj <[email protected]>
1 parent b0b629d commit deef7ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ zinstall install:
135135
%.dtb: scripts
136136
$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
137137

138+
%.dtbo: | scripts
139+
$(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
140+
138141
PHONY += dtbs dtbs_install
139142

140143
dtbs: prepare scripts

0 commit comments

Comments
 (0)