commit | a702a6176e2fea9ae366a7345247eb886e4cc730 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon May 28 18:21:54 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue May 29 03:31:19 2018 +0900 |
tree | e08bdefac418225fec1a8ac0aff85d379df03c0e | |
parent | 1d6272e6fe43bc45c7ee58170d91d7242a71296b [diff] |
kconfig: add 'filename' and 'lineno' built-in variables The special variables, $(filename) and $(lineno), are expanded to a file name and its line number being parsed, respectively. Suggested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Kees Cook <keescook@chromium.org>