alistair23-linux/arch/microblaze/boot/dts
Masahiro Yamada 19d111ccce microblaze: remove the explicit removal of system.dtb
I guess

    || (rm -f $@ && echo false)

... should be

    || (rm -f $@ && false)

In fact, no Makefile needs to delete a target explicitly on error.

It is automatically done since commit 9c2af1c737 ("kbuild: add
.DELETE_ON_ERROR special target").

I also reused equivalent cmd_shipped from scripts/Makefile.lib.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2018-12-14 08:09:21 +01:00
..
linked_dtb.S microblaze: use new common dtc rule 2012-12-03 17:17:50 -06:00
Makefile microblaze: remove the explicit removal of system.dtb 2018-12-14 08:09:21 +01:00
system.dts microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-04-23 12:49:01 +02:00