Commit d523b255 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Michal Marek

kbuild: remove *.su files generated by -fstack-usage

Make sure 'make clean' removes *.su files generated by the gcc option
-fstack-usage.
Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent e2557287
......@@ -1430,6 +1430,7 @@ clean: $(clean-dirs)
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
-o -name '*.ko.*' \
-o -name '*.dwo' \
-o -name '*.su' \
-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
-o -name '*.symtypes' -o -name 'modules.order' \
-o -name modules.builtin -o -name '.tmp_*.o.*' \
......
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