kconfig: stop supporting '.' and '/' in unquoted words
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:01:05 +0000 (20:01 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 15:25:54 +0000 (00:25 +0900)
commitf5451582c4e22ce8912aae4950810f3598c9b516
treefce36383fca69f12a703ec061fdadc6cb691e78f
parent8636a1f9677db4f883f29a072f401303acfc2edd
kconfig: stop supporting '.' and '/' in unquoted words

In my understanding, special characters such as '.' and '/' are
supported in unquoted words to use bare file paths in the "source"
statement.

With the previous commit surrounding all file paths with double
quotes, we can drop this.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/preprocess.c
scripts/kconfig/zconf.l