config: regenerate *_shipped sources
authorJonas Gorski <jonas.gorski@gmail.com>
Sat, 15 Jun 2019 12:54:07 +0000 (14:54 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 20 Jun 2019 12:14:16 +0000 (14:14 +0200)
commit972123f1e056e6d443be1e4a11db09b5d2ef53da
tree4c0b4c8c91f411dec3b1dc87351f720836767e83
parent66838cd8513e50d82996425434efcb260d893180
config: regenerate *_shipped sources

The pregenerated `zconf.hash.c` and `zconf.lex.c` files have not been
kept in sync with their respective `*.y` and `*.l` sources in the past
causing our kconfig implementation to not recognize important kconfig
grammer elements such as relational `<`, `<=`, `>` and `>=` operators.

Fixes: 2d7e602381f3 ("scripts/config: sync with latest linux upstream")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
[reword commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
scripts/config/zconf.hash.c_shipped
scripts/config/zconf.lex.c_shipped