]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kbuild: allow multi-word $M in Makefile.modpost
authorGreg Banks <gnb@sgi.com>
Tue, 17 Oct 2006 07:10:30 +0000 (00:10 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Oct 2006 15:18:48 +0000 (08:18 -0700)
commit10d134d39b1cd48be164acd757b6cf2d98211683
tree1a0c01f2b35d5fe773b1b204ce10808ca6a0c9ae
parent3692b924789a09bb049ab3cc4f13c9db13c4a116
[PATCH] kbuild: allow multi-word $M in Makefile.modpost

Some people want to do crazy things like pass multiple directories as the
value of $(SUBDIRS) or $M.  Mostly this kinda works, except that
Makefile.modpost constructs a modpost commandline which fails modpost's
argument parsing.  This patch fixes that little wrinkle.

Signed-off-by: Greg Banks <gnb@melbourne.sgi.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/Makefile.modpost