kconfig: split util.c out of parser.y
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Aug 2019 17:28:33 +0000 (02:28 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 1 Feb 2020 18:06:23 +0000 (19:06 +0100)
commitf81ba7bfcdea39cdb382bb5d1f818e795b242b8e
tree698bf8d6b09d15b5491201cc881f325444580138
parentc0ea57dd098c5eb60368a70181d0c3f5f9489d09
kconfig: split util.c out of parser.y

util.c exists both in scripts/kconfig/ and scripts/kconfig/lxdialog.

Prior to commit 54b8ae66ae1a ("kbuild: change *FLAGS_<basetarget>.o
to take the path relative to $(obj)"), Kbuild could not pass different
flags to source files with the same basename. Now that this issue
was solved, you can split util.c out of parser.y and compile them
independently of each other.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/CMakeLists.txt
config/parser.y