Kconfig: remove hz keyword.

This commit is contained in:
Serge Vakulenko
2015-09-04 20:53:19 -07:00
parent 9f05f511a6
commit f055b45453
24 changed files with 2 additions and 27 deletions

View File

@@ -444,8 +444,6 @@ void makefile()
}
if (maxusers > 0)
fprintf(ofp, "PARAM += -DMAXUSERS=%d\n", maxusers);
if (hz > 0)
fprintf(ofp, "PARAM += -DHZ=%d\n", hz);
if (ldscript)
fprintf(ofp, "LDSCRIPT = \"%s\"\n", ldscript);