X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=1278cea71b140154f007c05bd8ebcbc572e7fe4d;hb=45c66f9cdfe40aee78c01ea3f4cdc9573b2c60ed;hp=2995a198910968df6cf933cdd51b36a5b6215565;hpb=2a046ff5e9ffc30025b698ea6751412e2a1f16ca;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 #