linux/scripts/genksyms
Mike Frysinger 36091fd348 kbuild: fixup genksyms usage/getopt
The usage does not mention the "-a,--arch" or "-T,--dump-types" options, so
add them.  The calls to getopt() seem to mention options that no longer exist
(some "k" and "p" thingy) but omits the "h" option which means using '-h'
actually triggers the error code path, so update those as well.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2008-01-28 23:14:36 +01:00
..
.gitignore gitignore: misc files 2006-01-01 22:21:50 +01:00
Makefile kbuild: fix genksyms Makefile 2007-10-12 21:15:31 +02:00
genksyms.c kbuild: fixup genksyms usage/getopt 2008-01-28 23:14:36 +01:00
genksyms.h kbuild: support for %.symtypes files 2006-06-24 23:42:46 +02:00
keywords.c_shipped kbuild: apply genksyms changes 2007-10-12 21:15:31 +02:00
keywords.gperf kbuild: __extension__ support in genksyms (fix unknown CRC warning) 2007-10-12 21:15:31 +02:00
lex.c_shipped kbuild: apply genksyms changes 2007-10-12 21:15:31 +02:00
lex.l kbuild: replace abort() with exit(1) 2006-06-24 23:46:54 +02:00
parse.c_shipped kbuild: apply genksyms changes 2007-10-12 21:15:31 +02:00
parse.h_shipped kbuild: apply genksyms changes 2007-10-12 21:15:31 +02:00
parse.y kbuild: __extension__ support in genksyms (fix unknown CRC warning) 2007-10-12 21:15:31 +02:00