commit | 5bb0571bfddcdcd3fbf42a58fcce4d0b743fe62f | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Sun Jan 08 21:54:43 2012 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Sun Jan 08 21:54:43 2012 +0100 |
tree | b00945462931c1793c5fdc4e6a19eb2f9e3cdbce | |
parent | 603d8c0adb0f7576f92fc435c69be9406dc60762 [diff] |
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>