8000 zephyr/Makefile: clean: Remove generated prj_*_merged.conf. · micropython/micropython-esp32@53e06e0 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 53e06e0

Browse files
author
Paul Sokolovsky
committed
zephyr/Makefile: clean: Remove generated prj_*_merged.conf.
1 parent 63f4710 commit 53e06e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/zephyr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ build/genhdr/qstr.i.last: | $(Z_EXPORTS)
9090
LIBMICROPYTHON_EXTRA_CMD = -$(RM) -f outdir/$(OUTDIR_PREFIX)/zephyr.lnk
9191

9292
# MicroPython's global clean cleans everything, fast
93-
CLEAN_EXTRA = outdir
93+
CLEAN_EXTRA = outdir prj_*_merged.conf
9494

9595
# Clean Zephyr things in Zephyr way
9696
z_clean:

0 commit comments

Comments
 (0)
0