kbuild: clean Modules.symvers in external module dirs
authorMike Frysinger <vapier@gentoo.org>
Tue, 31 Jul 2007 23:45:34 +0000 (19:45 -0400)
committerSam Ravnborg <sam@neptun.(none)>
Fri, 12 Oct 2007 19:15:30 +0000 (21:15 +0200)
commitc34114f4acbc89a217148ebe166b2a68f973a7b9
treec208431adb4aae27fdc7ae4128ad07ad2403dec7
parenta83710e584b8ef46fc44472ec6f0c342003416e8
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 <vapier@gentoo.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile