diff options
Diffstat (limited to 'arch/microblaze/boot/dts/Makefile')
| -rw-r--r-- | arch/microblaze/boot/dts/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/arch/microblaze/boot/dts/Makefile b/arch/microblaze/boot/dts/Makefile index c3b3a5d67b89..b84e2cbb20ee 100644 --- a/arch/microblaze/boot/dts/Makefile +++ b/arch/microblaze/boot/dts/Makefile @@ -1,7 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 # -# arch/microblaze/boot/Makefile -# +dtb-y := system.dtb + +ifneq ($(DTB),) obj-y += linked_dtb.o # Ensure system.dtb exists @@ -10,13 +12,9 @@ $(obj)/linked_dtb.o: $(obj)/system.dtb # Generate system.dtb from $(DTB).dtb ifneq ($(DTB),system) $(obj)/system.dtb: $(obj)/$(DTB).dtb - $(call if_changed,cp) + $(call if_changed,copy) +endif endif - -quiet_cmd_cp = CP $< $@$2 - cmd_cp = cat $< >$@$2 || (rm -f $@ && echo false) # Rule to build device tree blobs DTC_FLAGS := -p 1024 - -clean-files += *.dtb |
