summaryrefslogtreecommitdiffstats
path: root/rules/host-gperf.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-07-30 12:14:25 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-12-25 00:31:17 +0100
commitad252008f24d2ebce0e63240b980e8894159e4f1 (patch)
tree29203248f476e6ef4abab4d83da6e167ce453fdb /rules/host-gperf.in
parent77ad3136add67a773f50aa14ac13f437310ad641 (diff)
downloadptxdist-ad252008f24d2ebce0e63240b980e8894159e4f1.tar.gz
ptxdist-ad252008f24d2ebce0e63240b980e8894159e4f1.tar.xz
[host-gperf] added
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-gperf.in')
-rw-r--r--rules/host-gperf.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/host-gperf.in b/rules/host-gperf.in
new file mode 100644
index 000000000..7105958c3
--- /dev/null
+++ b/rules/host-gperf.in
@@ -0,0 +1,13 @@
+## SECTION=hosttools_noprompt
+
+config HOST_GPERF
+ tristate
+ help
+ Perfect hash function generator
+
+ gperf is a program that generates perfect hash functions for
+ sets of key words.
+
+ A perfect hash function is simply: A hash function and a
+ data structure that allows recognition of a key word in a
+ set of words using exactly 1 probe into the data structure.