From 24a42c7ac44df4d84519a41e32c3c8d98b961e64 Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Sat, 30 May 2015 22:24:20 +0900 Subject: h8300: Always build dtb Signed-off-by: Yoshinori Sato --- arch/h8300/boot/dts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/h8300/boot') diff --git a/arch/h8300/boot/dts/Makefile b/arch/h8300/boot/dts/Makefile index b6026a550e6a..0abaf1ad830e 100644 --- a/arch/h8300/boot/dts/Makefile +++ b/arch/h8300/boot/dts/Makefile @@ -8,4 +8,5 @@ dtb-$(CONFIG_H8300H_SIM) := h8300h_sim.dtb dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb dtb-$(CONFIG_H8S_EDOSK2674) := edosk2674.dtb -clean-files := *.dtb.S +always := $(dtb-y) +clean-files := *.dtb.S *.dtb -- cgit