From: Mike Frysinger Date: Tue, 31 Jul 2007 23:45:34 +0000 (-0400) Subject: kbuild: clean Modules.symvers in external module dirs X-Git-Tag: v2.6.24-rc1~830^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34114f4acbc89a217148ebe166b2a68f973a7b9;p=pandora-kernel.git kbuild: clean Modules.symvers in external module dirs At the moment, running `make clean` in an external module directory does a nice job of cleaning up with one exception: it leaves behind Modules.symvers. Attached patch adds this file to the clean list for external modules. Signed-off-by: Mike Frysinger Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed