• M
    kconfig: support simply expanded variable · 1175c025
    Masahiro Yamada 提交于
    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: NMasahiro Yamada <yamada.masahiro@socionext.com>
    1175c025
lkc_proto.h 2.4 KB