]> git.itanic.dy.fi Git - linux-stable/commit
kconfig: factor out common code shared by mconf and nconf
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 3 Dec 2023 10:25:23 +0000 (19:25 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 Dec 2023 06:34:37 +0000 (15:34 +0900)
commit6c07fd84977b605b6a4ceb03b38e6325974f06d6
tree118ad994fb87821f44783ae87375d8714b55e638
parentd821f8a26efb6789666d70ce7a8f27df6c33c12e
kconfig: factor out common code shared by mconf and nconf

Separate out the duplicated code to mnconf-common.c.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/Makefile
scripts/kconfig/mconf.c
scripts/kconfig/mnconf-common.c [new file with mode: 0644]
scripts/kconfig/mnconf-common.h [new file with mode: 0644]
scripts/kconfig/nconf.c