zephyr/Makefile: clean: Remove generated prj_*_merged.conf.
This commit is contained in:
parent
63f47104fe
commit
53e06e05c9
|
@ -90,7 +90,7 @@ build/genhdr/qstr.i.last: | $(Z_EXPORTS)
|
|||
LIBMICROPYTHON_EXTRA_CMD = -$(RM) -f outdir/$(OUTDIR_PREFIX)/zephyr.lnk
|
||||
|
||||
# MicroPython's global clean cleans everything, fast
|
||||
CLEAN_EXTRA = outdir
|
||||
CLEAN_EXTRA = outdir prj_*_merged.conf
|
||||
|
||||
# Clean Zephyr things in Zephyr way
|
||||
z_clean:
|
||||
|
|
Loading…
Reference in New Issue