diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-07 14:33:57 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-12-14 10:09:21 +0300 |
commit | 19d111ccce9f4c3e0820585d991bf5ae9172cbe3 (patch) | |
tree | 177583866a27207c7cd5b3989bcc38e39b0dbcbc /arch/microblaze/kernel/syscalls/Makefile | |
parent | 52e79c4f0bfd972d7176a26d58d163cc18bf6d6a (diff) | |
download | linux-19d111ccce9f4c3e0820585d991bf5ae9172cbe3.tar.xz |
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 9c2af1c7377a ("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>
Diffstat (limited to 'arch/microblaze/kernel/syscalls/Makefile')
0 files changed, 0 insertions, 0 deletions