kconfig: write Kconfig files to autoconf.cmd in order
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 2 Feb 2024 15:58:04 +0000 (00:58 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 19 Feb 2024 09:20:40 +0000 (18:20 +0900)
commit526396b723a38dbeed35cb9e80814084b9f56329
tree6e9b3d7f2df76a33151ddf8483df49f626970312
parent73a6afc5a541f74ca84c72aad017866dfcf43680
kconfig: write Kconfig files to autoconf.cmd in order

Currently, include/config/autoconf.cmd saves included Kconfig files in
reverse order. While this is not a big deal, it is inconsistent with
other *.cmd files generated by fixdep.

Output the included Kconfig files in the included order.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/confdata.c
scripts/kconfig/lkc.h
scripts/kconfig/parser.y
scripts/kconfig/util.c