mbox series

[mips-fixes,0/3] MIPS: a set of tiny Kbuild fixes

Message ID 20200117140209.17672-1-alobakin@dlink.ru
Headers show
Series MIPS: a set of tiny Kbuild fixes | expand

Message

Alexander Lobakin Jan. 17, 2020, 2:02 p.m. UTC
These three fix two command output messages and a typo which leads
to constant rebuild of vmlinux.lzma.its and all dependants on every
make invocation.
Nothing critical, and can be backported without manual intervention.

Alexander Lobakin (3):
  MIPS: fix indentation of the 'RELOCS' message
  MIPS: boot: fix typo in 'vmlinux.lzma.its' target
  MIPS: syscalls: fix indentation of the 'SYSNR' message

 arch/mips/Makefile.postlink        | 2 +-
 arch/mips/boot/Makefile            | 2 +-
 arch/mips/kernel/syscalls/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)