]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitd460131dd50599e0e9405d5f4ae02c27d529a44a
tree2a8d3da4b3d4c35e25200d232af3e9c8173eca1e
parent7206f9bf108eb9513d170c73f151367a1bdf3dbf
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