kconfig: constify `kconf_id_lookup'
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / scripts / kconfig / Makefile
index faa9a4701b6f27259b9f0094aa9ee3584f237fe4..bde4529a4d4ed42726ef83fe45568c326f333fa1 100644 (file)
@@ -356,7 +356,7 @@ lex.%.c: %.l
        cp $@ $@_shipped
 
 %.hash.c: %.gperf
-       gperf < $< > $@
+       gperf -C < $< > $@
        cp $@ $@_shipped
 
 endif