diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-05-05 03:14:44 +0200 |
---|---|---|
committer | Arnaud Lacombe <lacombar@gmail.com> | 2011-06-09 20:04:42 +0200 |
commit | 61f956f576031bea270ea54b10411ebb1e172b1b (patch) | |
tree | 745793d79480331af3dc27573aadd8c31fac98cd /scripts/kconfig/Makefile | |
parent | genksym: regen parser (diff) | |
download | linux-61f956f576031bea270ea54b10411ebb1e172b1b.tar.xz linux-61f956f576031bea270ea54b10411ebb1e172b1b.zip |
kconfig: constify `kconf_id_lookup'
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/kconfig/Makefile')
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index faa9a4701b6f..bde4529a4d4e 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -356,7 +356,7 @@ lex.%.c: %.l cp $@ $@_shipped %.hash.c: %.gperf - gperf < $< > $@ + gperf -C < $< > $@ cp $@ $@_shipped endif |