summaryrefslogtreecommitdiffstats
path: root/arch/metag/Makefile
diff options
context:
space:
mode:
authorRob Herring2015-10-07 00:52:24 +0200
committerRob Herring2015-10-27 22:12:15 +0100
commit1aa4c51e468e3d38122c2da2f32b54a084d0efdb (patch)
tree6f141e453086c70a6ed2ae658e201bff581ce714 /arch/metag/Makefile
parenth8300: enable building of all dtbs (diff)
downloadkernel-qcow2-linux-1aa4c51e468e3d38122c2da2f32b54a084d0efdb.tar.gz
kernel-qcow2-linux-1aa4c51e468e3d38122c2da2f32b54a084d0efdb.tar.xz
kernel-qcow2-linux-1aa4c51e468e3d38122c2da2f32b54a084d0efdb.zip
metag: use common make variables for dtb builds
Use dtb-y and always make variables to build dtbs instead of explicit dtbs rule. This is in preparation to support building all dtbs. Signed-off-by: Rob Herring <robh@kernel.org> Cc: James Hogan <james.hogan@imgtec.com> Cc: linux-metag@vger.kernel.org
Diffstat (limited to 'arch/metag/Makefile')
-rw-r--r--arch/metag/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/metag/Makefile b/arch/metag/Makefile
index 9739857bdedc..033a58214119 100644
--- a/arch/metag/Makefile
+++ b/arch/metag/Makefile
@@ -72,7 +72,7 @@ $(boot_targets): vmlinux
$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
dtbs: scripts
- $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
+ $(Q)$(MAKE) $(build)=$(boot)/dts
archclean:
$(Q)$(MAKE) $(clean)=$(boot)