boards/xtensa/esp32: Delete the QEMU generated image on distclean.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-03-21 21:53:44 +01:00 committed by Masayuki Ishikawa
parent 4653dc14d3
commit 04dffb551d
3 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,7 @@ context:: $(SCRIPTOUT)
distclean::
$(call DELFILE, $(SCRIPTOUT))
$(call DELFILE, $(TOPDIR)/esp32_qemu_img.bin)
DEPPATH += --dep-path board
VPATH += :board

View File

@ -57,6 +57,7 @@ context:: $(SCRIPTOUT)
distclean::
$(call DELFILE, $(SCRIPTOUT))
$(call DELFILE, $(TOPDIR)/esp32_qemu_img.bin)
DEPPATH += --dep-path board
VPATH += :board

View File

@ -67,6 +67,7 @@ context:: $(SCRIPTOUT)
distclean::
$(call DELFILE, $(SCRIPTOUT))
$(call DELFILE, $(TOPDIR)/esp32_qemu_img.bin)
DEPPATH += --dep-path board
VPATH += :board