kernel-ark/scripts/genksyms
Sam Ravnborg c79c7b0923 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>
2006-03-12 22:54:34 +01:00
..
.gitignore gitignore: misc files 2006-01-01 22:21:50 +01:00
genksyms.c kbuild: fix genksyms build error 2006-03-12 22:54:34 +01:00
genksyms.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
keywords.c_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
keywords.gperf Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lex.c_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
lex.l Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parse.c_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
parse.h_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
parse.y kbuild: Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar); 2005-12-26 22:39:55 +01:00