commit | c34114f4acbc89a217148ebe166b2a68f973a7b9 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jul 31 19:45:34 2007 -0400 |
committer | Sam Ravnborg <sam@neptun.(none)> | Fri Oct 12 21:15:30 2007 +0200 |
tree | c208431adb4aae27fdc7ae4128ad07ad2403dec7 | |
parent | a83710e584b8ef46fc44472ec6f0c342003416e8 [diff] |
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>