commit | c79c7b0923ff353d12194e83628bcca5a8606564 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Mar 12 22:54:34 2006 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Mar 12 22:54:34 2006 +0100 |
tree | edea52fad10d6961004d26a9c17e73bd44560a71 | |
parent | 172c3ae3e686f548a0eba950405e5cc321460005 [diff] |
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>