]> git.baikalelectronics.ru Git - kernel.git/commit
x86/build: Silence the build with "make -s"
authorArnd Bergmann <arnd@arndb.de>
Wed, 19 Jul 2017 12:53:03 +0000 (14:53 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 20 Jul 2017 08:46:24 +0000 (10:46 +0200)
commita875a2b2e0303c87d8b93b87c5a1e0ec4443ba3d
tree2a8d3da4b3d4c35e25200d232af3e9c8173eca1e
parent2e4e34b72732f2b089fe451aede15ec6a86370aa
x86/build: Silence the build with "make -s"

Every kernel build on x86 will result in some output:

  Setup is 13084 bytes (padded to 13312 bytes).
  System is 4833 kB
  CRC 6d35fa35
  Kernel: arch/x86/boot/bzImage is ready  (#2)

This shuts it up, so that 'make -s' is truely silent as long as
everything works. Building without '-s' should produce unchanged
output.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20170719125310.2487451-6-arnd@arndb.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/Makefile