From: Sam Ravnborg Date: Tue, 29 May 2007 21:09:35 +0000 (+0200) Subject: kbuild: ignore section mismatch warnings originating from .note section X-Git-Tag: v2.6.23-rc1~257^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28242e7e3c08072251da6d7bc4895fbd3e58299;p=pandora-kernel.git kbuild: ignore section mismatch warnings originating from .note section .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 Cc: "Eric W. Biederman" Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed