diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-30 09:24:20 -0400 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 00:36:00 -0400 |
commit | 24a42c7ac44df4d84519a41e32c3c8d98b961e64 (patch) | |
tree | bd4214e78a4912417afa10b43f31a0f56042f78f | |
parent | e96ba7033e368383c8560bfb7ad1beed3c6d6700 (diff) |
h8300: Always build dtb
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
-rw-r--r-- | arch/h8300/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
8 | dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb | 8 | dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb |
9 | dtb-$(CONFIG_H8S_EDOSK2674) := edosk2674.dtb | 9 | dtb-$(CONFIG_H8S_EDOSK2674) := edosk2674.dtb |
10 | 10 | ||
11 | clean-files := *.dtb.S | 11 | always := $(dtb-y) |
12 | clean-files := *.dtb.S *.dtb | ||