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

Commit 58fea354 authored by Catalin Marinas's avatar Catalin Marinas Committed by Rob Herring
Browse files

arm64: Fix the dtbs target building



The arch/arm64/Makefile was not passing the right target to the
boot/dts/Makefile.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent fed16bba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ zinstall install: vmlinux
	$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@

dtbs: scripts
	$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
	$(Q)$(MAKE) $(build)=$(boot)/dts dtbs

# We use MRPROPER_FILES and CLEAN_FILES now
archclean: