linux/scripts/genksyms
James Hogan d70f82acf3 genksyms: pass symbol-prefix instead of arch
Pass symbol-prefix to genksyms instead of arch, so that the decision
what symbol prefix to use is kept in one place.

Basically genksyms used to take a -a $ARCH argument and it used that to
determine whether to add an underscore symbol prefix. It's now changed
to take a -s $SYMBOL_PREFIX argument so that the caller decides whether
a symbol prefix is required. The build system then uses
CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX to determine whether to pass the
argument.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-03-20 11:27:27 +10:30
..
.gitignore genksyms: migrate parser to implicit rules 2011-06-09 14:04:41 -04:00
Makefile scripts/genksyms: clean lex/yacc generated files 2012-01-08 14:48:15 +01:00
genksyms.c genksyms: pass symbol-prefix instead of arch 2013-03-20 11:27:27 +10:30
genksyms.h genksyms: Do not expand internal types 2011-10-11 12:00:39 +02:00
keywords.gperf genksyms: pass hash and lookup functions name and target language though the input file 2011-06-09 14:04:40 -04:00
keywords.hash.c_shipped genksym: regen parser 2011-06-09 14:04:42 -04:00
lex.l genksyms: Do not expand internal types 2011-10-11 12:00:39 +02:00
lex.lex.c_shipped genksyms: Regenerate lexer and parser 2011-10-11 12:07:05 +02:00
parse.tab.c_shipped genksyms: Regenerate lexer and parser 2011-10-11 12:07:05 +02:00
parse.tab.h_shipped genksyms: Regenerate lexer and parser 2011-10-11 12:07:05 +02:00
parse.y genksyms: Do not expand internal types 2011-10-11 12:00:39 +02:00