X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=1278cea71b140154f007c05bd8ebcbc572e7fe4d;hb=e861a120e71e859252a83b198d1fb4acbc92f9f7;hp=2995a198910968df6cf933cdd51b36a5b6215565;hpb=582d97b6d37ed1bfce575c32d3847a42fc633b8e;p=u-boot diff --git a/Makefile b/Makefile index 2995a19891..1278cea71b 100644 --- a/Makefile +++ b/Makefile @@ -1625,7 +1625,8 @@ clean: $(clean-dirs) -o -name '*.symtypes' -o -name 'modules.order' \ -o -name modules.builtin -o -name '.tmp_*.o.*' \ -o -name 'dsdt.aml' -o -name 'dsdt.asl.tmp' -o -name 'dsdt.c' \ - -o -name '*.gcno' \) -type f -print | xargs rm -f + -o -name '*.efi' -o -name '*.gcno' \) \ + -type f -print | xargs rm -f # mrproper - Delete all generated files, including .config #