diff options
author | Masahiro Yamada | 2018-12-07 20:33:57 +0900 |
---|---|---|
committer | Michal Simek | 2018-12-14 08:09:21 +0100 |
commit | 19d111ccce9f4c3e0820585d991bf5ae9172cbe3 (patch) | |
tree | 177583866a27207c7cd5b3989bcc38e39b0dbcbc /kernel/bpf | |
parent | 52e79c4f0bfd972d7176a26d58d163cc18bf6d6a (diff) |
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 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions