alistair23-linux/scripts/genksyms
Masahiro Yamada 74d9317161 genksyms: remove symbol prefix support
CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX was selected by BLACKFIN, METAG.
They were removed by commit 4ba66a9760 ("arch: remove blackfin port"),
commit bb6fb6dfcc ("metag: Remove arch/metag/"), respectively.

No more architecture enables CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX,
hence the -s (--symbol-prefix) option is unnecessary.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
2018-05-17 22:43:35 +09:00
..
.gitignore .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore 2018-04-07 19:04:02 +09:00
genksyms.c genksyms: remove symbol prefix support 2018-05-17 22:43:35 +09:00
genksyms.h
keywords.c
lex.l genksyms: fix gperf removal conversion 2017-09-08 14:32:34 -07:00
Makefile genksyms: fix typo in parse.tab.{c,h} generation rules 2018-05-05 10:24:53 +09:00
parse.y