Commit 8c0c774dd7b4aa0e0b69f483a70c7f41995139ef

Authored by Arnd Bergmann
1 parent b2dc0c2b7a

scripts/sortextable: silence script output

The exception table sorter outputs one line every time
it gets called, e.g. 'sort done marker at 66dc00', which
is slightly annoying when doing 'make -s' which is otherwise
completely silent. Since that output is not helpful to
most people building the kernel, turn it off by default.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David Daney <david.daney@cavium.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/sortextable.h
... ... @@ -182,7 +182,7 @@
182 182 _r(&sort_needed_sym->st_value) -
183 183 _r(&sort_needed_sec->sh_addr);
184 184  
185   -#if 1
  185 +#if 0
186 186 printf("sort done marker at %lx\n",
187 187 (unsigned long)((char *)sort_done_location - (char *)ehdr));
188 188 #endif