summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/preprocess.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: add static qualifier to expand_string()Masahiro Yamada2019-06-091-1/+2
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-0/+2
* kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada2018-12-211-2/+1Star
* kconfig: loop boundary condition fixJerry James2018-06-281-1/+1
* kconfig: error out if a recursive variable references itselfMasahiro Yamada2018-05-281-0/+13
* kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada2018-05-281-0/+16
* kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada2018-05-281-0/+27
* kconfig: support append assignment operatorMasahiro Yamada2018-05-281-3/+25
* kconfig: support simply expanded variableMasahiro Yamada2018-05-281-3/+16
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-281-1/+85
* kconfig: add 'shell' built-in functionMasahiro Yamada2018-05-281-0/+41
* kconfig: add built-in function supportMasahiro Yamada2018-05-281-12/+130
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-281-0/+238