kbuild: ignore section mismatch warnings originating from .note section
authorSam Ravnborg <sam@ravnborg.org>
Tue, 29 May 2007 21:09:35 +0000 (23:09 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 16 Jul 2007 20:41:47 +0000 (22:41 +0200)
.note* sections are ELF notes, which are typically used by external
tools to examine the kernel image.  Since this is removed from any
runtime consideration, it's OK to reference any section from a .note*
section.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found