summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-02-16 21:25:03 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-16 21:25:03 -0800
commitbb89c58c186082eb7918c67e6ef3b98ffdff24dc (patch)
treea678df98cea946893713f967bd8d1b28c97609e3 /Makefile
parent5d4bd9bbb6302254c95305443b70649366ef957e (diff)
parentc90176df2c76e59abadb187368f15f3cde133dbc (diff)
Merge http://linux-sound.bkbits.net/linux-sound
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 29464fef3632..0f542ded8c10 100644
--- a/Makefile
+++ b/Makefile
@@ -704,8 +704,8 @@ clean: archclean $(clean-dirs)
$(call cmd,rmclean)
@find . $(RCS_FIND_IGNORE) \
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
- -o -name '.*.d' -o -name '.*.tmp' \) -type f \
- -print | xargs rm -f
+ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \
+ -type f -print | xargs rm -f
# mrproper - delete configuration + modules + core files
#