summaryrefslogtreecommitdiff
path: root/arch/metag/boot
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-10-06 17:52:24 -0500
committerRob Herring <robh@kernel.org>2015-10-27 16:12:15 -0500
commit1aa4c51e468e3d38122c2da2f32b54a084d0efdb (patch)
tree6f141e453086c70a6ed2ae658e201bff581ce714 /arch/metag/boot
parent0395c1aacfbaa0bc959faf415c7d95f20bb4a377 (diff)
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/boot')
-rw-r--r--arch/metag/boot/dts/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/metag/boot/dts/Makefile b/arch/metag/boot/dts/Makefile
index 72c121879426..2533c38a691c 100644
--- a/arch/metag/boot/dts/Makefile
+++ b/arch/metag/boot/dts/Makefile
@@ -12,11 +12,7 @@ endif
dtb-$(CONFIG_METAG_BUILTIN_DTB) += $(builtindtb-y).dtb
obj-$(CONFIG_METAG_BUILTIN_DTB) += $(builtindtb-y).dtb.o
-targets += dtbs
-targets += $(dtb-y)
-
.SECONDARY: $(obj)/$(builtindtb-y).dtb.S
-dtbs: $(addprefix $(obj)/, $(dtb-y))
-
+always += $(dtb-y)
clean-files += *.dtb *.dtb.S