kbuild/modpost: improve warnings if symbol is unknown
authorSam Ravnborg <sam@ravnborg.org>
Wed, 6 Feb 2008 20:51:18 +0000 (21:51 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 9 Feb 2008 09:43:58 +0000 (10:43 +0100)
commitf666751a0ab1d1671855da7e98889256b9a5b1bb
treede79e009161fd940feb583af0536306ad5e2b79f
parentb1d0e4f535e10775cffde922208b49629169aeaa
kbuild/modpost: improve warnings if symbol is unknown

If we cannot determine the symbol then print
(unknown) to hint the reader that we failed to
find the symbol.
This happens with REL relocation records
in arm object files.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/mod/modpost.c