• M
    kconfig: split util.c out of parser.y · 521b29b6
    Masahiro Yamada 提交于
    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: NMasahiro Yamada <yamada.masahiro@socionext.com>
    521b29b6
Makefile 7.1 KB