Skip to content

Commit

Permalink
arm64: Fix the dtbs target building
Browse files Browse the repository at this point in the history
The arch/arm64/Makefile was not passing the right target to the
boot/dts/Makefile.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Catalin Marinas authored and Rob Herring committed Dec 11, 2012
1 parent fed16bb commit 58fea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 58fea35

Please sign in to comment.