diff options
Diffstat (limited to 'arch/microblaze/boot')
-rw-r--r-- | arch/microblaze/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/boot/Makefile b/arch/microblaze/boot/Makefile index 4c4e58ef0cb6..0c796cf81586 100644 --- a/arch/microblaze/boot/Makefile +++ b/arch/microblaze/boot/Makefile | |||
@@ -53,6 +53,6 @@ $(obj)/simpleImage.%: vmlinux FORCE | |||
53 | DTC_FLAGS := -p 1024 | 53 | DTC_FLAGS := -p 1024 |
54 | 54 | ||
55 | $(obj)/%.dtb: $(src)/dts/%.dts FORCE | 55 | $(obj)/%.dtb: $(src)/dts/%.dts FORCE |
56 | $(call cmd,dtc) | 56 | $(call if_changed_dep,dtc) |
57 | 57 | ||
58 | clean-files += *.dtb simpleImage.*.unstrip linux.bin.ub | 58 | clean-files += *.dtb simpleImage.*.unstrip linux.bin.ub |