X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=6a190e7a894b7de0ca45ffc84eabb69a1d1919ed;hb=3773c6a20a1cd736a340f1141a6d3d8ee3c2ddc6;hp=2995a198910968df6cf933cdd51b36a5b6215565;hpb=e91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815;p=u-boot diff --git a/Makefile b/Makefile index 2995a19891..6a190e7a89 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0+ VERSION = 2018 -PATCHLEVEL = 05 +PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = # *DOCUMENTATION* @@ -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' -o -name '*.so' \) \ + -type f -print | xargs rm -f # mrproper - Delete all generated files, including .config #