kbuild: Fix comment in Makefile.lib
authorMichal Marek <mmarek@suse.cz>
Sun, 8 Jan 2012 20:54:43 +0000 (21:54 +0100)
committerMichal Marek <mmarek@suse.cz>
Sun, 8 Jan 2012 20:54:43 +0000 (21:54 +0100)
commit5bb0571bfddcdcd3fbf42a58fcce4d0b743fe62f
treeb00945462931c1793c5fdc4e6a19eb2f9e3cdbce
parent603d8c0adb0f7576f92fc435c69be9406dc60762
kbuild: Fix comment in Makefile.lib

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: Michal Marek <mmarek@suse.cz>
scripts/Makefile.lib