From: Greg Banks Date: Tue, 17 Oct 2006 07:10:30 +0000 (-0700) Subject: [PATCH] kbuild: allow multi-word $M in Makefile.modpost X-Git-Tag: v2.6.19-rc3~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f3fd3c055853d11295a1ec6cdc81e37e2182d16;p=pandora-kernel.git [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 Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed