feature/spiri-kernel-cti-jetpack-4.4.1 #1

Manually merged
dchvs merged 11 commits from feature/spiri-kernel-cti-jetpack-4.4.1 into master 2021-03-16 01:40:35 -03:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit e1315a74a1 - Show all commits

View File

@ -150,9 +150,14 @@ zinstall install:
%.dtb: scripts
$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
PHONY += dtbs dtbs_install
dtbs: scripts
$(Q)$(MAKE) $(build)=$(boot)/dts dtbs
dtbs_install:
$(Q)$(MAKE) $(dtbinst)=$(boot)/dts
Image-dtb Image.gz-dtb: vmlinux scripts dtbs
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@