[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)
commit3f3fd3c055853d11295a1ec6cdc81e37e2182d16
tree1a0c01f2b35d5fe773b1b204ce10808ca6a0c9ae
parentdabad0568a5935e9f4903f5fd1d8f22b1c7c88c7
[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