Skip to content
Snippets Groups Projects
Commit d9bdcc72 authored by Michal Marek's avatar Michal Marek
Browse files

kbuild: fix make clean after mismerge


Fix typo / thinko in commit bc081dd6.

Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent bc081dd6
No related branches found
No related tags found
No related merge requests found
......@@ -1174,7 +1174,7 @@ clean: archclean $(clean-dirs)
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
-o -name '*.symtypes' -o -name 'modules.order' \
-o modules.order -o -name '.tmp_*.o.*' \
-o -name modules.builtin -o -name '.tmp_*.o.*' \
-o -name '*.gcno' \) -type f -print | xargs rm -f
# mrproper - Delete all generated files, including .config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment