• Masahiro Yamada's avatar
    kconfig: support simply expanded variable · 1175c025
    Masahiro Yamada authored
    The previous commit added variable and user-defined function.  They
    work similarly in the sense that the evaluation is deferred until
    they are used.
    
    This commit adds another type of variable, simply expanded variable,
    as we see in Make.
    
    The := operator defines a simply expanded variable, expanding the
    righthand side immediately.  This works like traditional programming
    language variables.
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    1175c025
zconf.y 16.4 KB