• Masahiro Yamada's avatar
    kconfig: split util.c out of parser.y · 521b29b6
    Masahiro Yamada authored
    util.c exists both in scripts/kconfig/ and scripts/kconfig/lxdialog.
    
    Prior to commit 54b8ae66 ("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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    521b29b6
parser.y 15.1 KB