diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2012-11-21 06:44:59 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-12-10 21:24:57 -0500 |
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 | |||
58 | $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ | 58 | $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ |
59 | 59 | ||
60 | dtbs: scripts | 60 | dtbs: scripts |
61 | $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ | 61 | $(Q)$(MAKE) $(build)=$(boot)/dts dtbs |
62 | 62 | ||
63 | # We use MRPROPER_FILES and CLEAN_FILES now | 63 | # We use MRPROPER_FILES and CLEAN_FILES now |
64 | archclean: | 64 | archclean: |