Commit 159b176d authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Remove generated .<object>.cmd files on 'make clean'

parent 5674ceba
......@@ -372,7 +372,7 @@ MRPROPER_DIRS += \
clean: archclean
find . \( -name '*.[oas]' -o -name core -o -name '.*.flags' \) -type f -print \
find . \( -name '*.[oas]' -o -name core -o -name '.*.cmd' \) -type f -print \
| grep -v lxdialog/ | xargs rm -f
rm -f $(CLEAN_FILES)
rm -rf $(CLEAN_DIRS)
......
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