Browse Source

h8300: Always build dtb

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Yoshinori Sato 10 years ago
parent
commit
24a42c7ac4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/h8300/boot/dts/Makefile

+ 2 - 1
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