kbuild: fix genksyms build error
authorSam Ravnborg <sam@mars.ravnborg.org>
Sun, 12 Mar 2006 21:54:34 +0000 (22:54 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 12 Mar 2006 21:54:34 +0000 (22:54 +0100)
commitc79c7b0923ff353d12194e83628bcca5a8606564
treeedea52fad10d6961004d26a9c17e73bd44560a71
parent172c3ae3e686f548a0eba950405e5cc321460005
kbuild: fix genksyms build error

genksyms needs to know when a symbol must have a "_" prefex as is
true for a few architectures.
Pass $(ARCH) as commandline argument and hardcode what architectures that
needs this info.
Previous attemt to take it from elfconfig.h was br0ken since elfconfig.h
is a generated file.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/Makefile.build
scripts/genksyms/genksyms.c