Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d85c2ae authored by Stephen Boyd's avatar Stephen Boyd
Browse files

ARM64: Remove duplicate Image-dtb rule



Due to a merge error, we have the same rule for Image-dtb twice.
Remove one. This silences a make warning about duplicate rules.

Change-Id: I414cd0a54326bb99bc813c430d78dd0b480c7ce2
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent bb499534
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -100,9 +100,6 @@ dtbs_install:
Image-dtb Image.gz-dtb: vmlinux scripts dtbs
	$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@

Image-dtb: vmlinux scripts dtbs
	$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@

PHONY += vdso_install
vdso_install:
	$(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@