• M
    kbuild: Fix comment in Makefile.lib · 5bb0571b
    Michal Marek 提交于
    KBUILD_MODNAME is not defined for files that are linked into multiple
    modules, and trying to change reality to match documentation would
    result in all sorts of trouble. E.g. options for built-in modules would
    be called either foo_bar.param, foo.param, or bar.param, depending on
    the configuration. So just change the comment.
    Signed-off-by: NMichal Marek <mmarek@suse.cz>
    5bb0571b
Makefile.lib 12.1 KB