Revert "build/arm64: Add rules for .dtbo files for dts overlays"
authorPhil Elwell <phil@raspberrypi.org>
Mon, 26 Nov 2018 21:01:18 +0000 (21:01 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:32:42 +0000 (16:32 +0100)
DT build rules are now in the common top-level Makefile.

This reverts commit dce5b0fbdd2174f7fc9b27f4e89877a33169239a.

arch/arm64/Makefile

index e993dc3..d65aef4 100644 (file)
@@ -143,20 +143,6 @@ Image.%: Image
 zinstall install:
        $(Q)$(MAKE) $(build)=$(boot) $@
 
-%.dtb: scripts
-       $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
-
-%.dtbo: | scripts
-       $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
-
-PHONY += dtbs dtbs_install
-
-dtbs: prepare scripts
-       $(Q)$(MAKE) $(build)=$(boot)/dts
-
-dtbs_install:
-       $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
-
 PHONY += vdso_install
 vdso_install:
        $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@