diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2012-11-21 11:44:59 +0000 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-12-10 20:24:57 -0600 |
commit | 58fea354d887fddddd342a8d14b02069161ca904 (patch) | |
tree | 3d9b8fffbad7d0a54cc8dffc12d7f70564e1d9a3 /arch/arm64 | |
parent | fed16bba8726dfb86f45429c6101db4c6927f4dd (diff) |
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 11c35995fd51..c95c5cb212fd 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -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: |