aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/microblaze/boot/dts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/microblaze/boot/dts/Makefile b/arch/microblaze/boot/dts/Makefile
index c7324e74f9ef..ef00dd30d19a 100644
--- a/arch/microblaze/boot/dts/Makefile
+++ b/arch/microblaze/boot/dts/Makefile
@@ -12,12 +12,9 @@ $(obj)/linked_dtb.o: $(obj)/system.dtb
12# Generate system.dtb from $(DTB).dtb 12# Generate system.dtb from $(DTB).dtb
13ifneq ($(DTB),system) 13ifneq ($(DTB),system)
14$(obj)/system.dtb: $(obj)/$(DTB).dtb 14$(obj)/system.dtb: $(obj)/$(DTB).dtb
15 $(call if_changed,cp) 15 $(call if_changed,shipped)
16endif 16endif
17endif 17endif
18 18
19quiet_cmd_cp = CP $< $@$2
20 cmd_cp = cat $< >$@$2 || (rm -f $@ && echo false)
21
22# Rule to build device tree blobs 19# Rule to build device tree blobs
23DTC_FLAGS := -p 1024 20DTC_FLAGS := -p 1024