]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] kconfig: use gperf for kconfig keywords
authorRoman Zippel <zippel@linux-m68k.org>
Wed, 9 Nov 2005 05:34:51 +0000 (21:34 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:55:53 +0000 (07:55 -0800)
commit7a88488bbc231e48a4a88ee2569bc0cc5d706f0a
tree2fd6b51b5cf76dd37a2a369a29c50b5121c12a92
parent491d711035dc08071ed58cf470f15efadb67cb1c
[PATCH] kconfig: use gperf for kconfig keywords

Use gperf to generate a hash for the kconfig keywords.  This greatly reduces
the size of the generated scanner and makes it easier to extend kconfig.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/kconfig/Makefile
scripts/kconfig/lex.zconf.c_shipped
scripts/kconfig/lkc.h
scripts/kconfig/zconf.gperf [new file with mode: 0644]
scripts/kconfig/zconf.hash.c_shipped [new file with mode: 0644]
scripts/kconfig/zconf.l
scripts/kconfig/zconf.tab.c_shipped
scripts/kconfig/zconf.y