]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
makefile: Adjust distclean to remove .binman_stamp file
authorMagnus Damm <damm@opensource.se>
Wed, 2 Jul 2025 13:34:05 +0000 (15:34 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Jul 2025 14:41:20 +0000 (08:41 -0600)
Remove the .binman_stamp file during distclean

Signed-off-by: Magnus Damm <damm@opensource.se>
Makefile

index 93e9f401842359a89b75ace7ae966b88a9072bcb..e8f127166409318e468396efa7f44f5505aea390 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2529,7 +2529,7 @@ distclean: mrproper
                -o -name '.*.rej' -o -name '*%' -o -name 'core' \
                -o -name '*.pyc' \) \
                -type f -print | xargs rm -f
-       @rm -f boards.cfg CHANGELOG
+       @rm -f boards.cfg CHANGELOG .binman_stamp
 
 # See doc/develop/python_cq.rst
 PHONY += pylint pylint_err