dect
/
linux-2.6
Archived
13
0
Fork 0

arm64: Fix the dtbs target building

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>
This commit is contained in:
Catalin Marinas 2012-11-21 11:44:59 +00:00 committed by Rob Herring
parent fed16bba87
commit 58fea354d8
1 changed files with 1 additions and 1 deletions

View File

@ -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: