config: regenerate *_shipped sources
authorJonas Gorski <jonas.gorski@gmail.com>
Sat, 15 Jun 2019 12:54:07 +0000 (14:54 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 19:46:59 +0000 (15:46 -0400)
commitbc786ef57110332df8a17773249024b396327e3b
treeff881a49e3e336b6aa017e029b7325791183014a
parent8931a7479376d2281338f0b4c050794892a9b388
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