kconfig: stop supporting '.' and '/' in unquoted words
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:01:05 +0000 (20:01 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:32:15 +0000 (22:32 +0100)
commit342b243d70ea8bd00733d288f08fa89cf44a2773
treeed93605684a3eb14138505a06c59017e53074db1
parent800db6e4d8853227062024e8d842f962924d39a6
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/preprocess.c
config/zconf.l