zephyr/Makefile: clean: Remove generated prj_*_merged.conf.

This commit is contained in:
Paul Sokolovsky 2017-11-28 13:37:26 +02:00
parent 63f47104fe
commit 53e06e05c9

View File

@ -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: