Kbuild: Use dtc's -d (dependency) option
[linux-flexiantxendom0-3.2.10.git] / arch / openrisc / boot / Makefile
index 98ca185..0995835 100644 (file)
@@ -11,5 +11,5 @@ clean-files := *.dtb.S
 
 #DTC_FLAGS ?= -p 1024
 
-$(obj)/%.dtb: $(src)/dts/%.dts
-       $(call cmd,dtc)
+$(obj)/%.dtb: $(src)/dts/%.dts FORCE
+       $(call if_changed_dep,dtc)