summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <[email protected]>2025-07-02 15:34:05 +0200
committerTom Rini <[email protected]>2025-07-10 08:41:20 -0600
commit39b836d898782e31961afd16769c46d7f2730858 (patch)
tree9cc92b65150dc3a4e1b0d1a8e5952d41abbe5441 /Makefile
parentc589dc0c244e3038522ca162410bf4d02b1c5641 (diff)
makefile: Adjust distclean to remove .binman_stamp file
Remove the .binman_stamp file during distclean Signed-off-by: Magnus Damm <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93e9f401842..e8f12716640 100644
--- 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