Skip to content

Commit

Permalink
kbuild: fix make clean after mismerge
Browse files Browse the repository at this point in the history
Fix typo / thinko in commit bc081dd.

Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
michal42 committed Dec 12, 2009
1 parent bc081dd commit d9bdcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9bdcc7

Please sign in to comment.