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>
Wed, 4 Sep 2019 11:15:26 +0000 (13:15 +0200)
commit17ee4857317b5838ab21f37aa404f0414d34fe91
treea8536e1f71440c7ac08ee1dd2897e992756b2460
parent02c1e99d1bd703301443abf137c8cf155b2b03b2
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>
(cherry picked from commit 972123f1e056e6d443be1e4a11db09b5d2ef53da)
scripts/config/zconf.hash.c_shipped
scripts/config/zconf.lex.c_shipped