Commit 2a8d220f authored by Brian Gerst's avatar Brian Gerst Committed by Paul Mackerras

[PATCH] remove .mod.c files in make clean

Remove the generated *.mod.c files in make clean.
parent 42eb94b1
......@@ -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
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment