]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc2326c8ba3f685c90acec5df53a9163356069c72
treeb00945462931c1793c5fdc4e6a19eb2f9e3cdbce
parent2a3412c99f454513c4571fd036d32a3a6725feff
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