mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
boards/xtensa/esp32: Delete the QEMU generated image on distclean.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
4653dc14d3
commit
04dffb551d
3 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ context:: $(SCRIPTOUT)
|
|||
|
||||
distclean::
|
||||
$(call DELFILE, $(SCRIPTOUT))
|
||||
$(call DELFILE, $(TOPDIR)/esp32_qemu_img.bin)
|
||||
|
||||
DEPPATH += --dep-path board
|
||||
VPATH += :board
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ context:: $(SCRIPTOUT)
|
|||
|
||||
distclean::
|
||||
$(call DELFILE, $(SCRIPTOUT))
|
||||
$(call DELFILE, $(TOPDIR)/esp32_qemu_img.bin)
|
||||
|
||||
DEPPATH += --dep-path board
|
||||
VPATH += :board
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ context:: $(SCRIPTOUT)
|
|||
|
||||
distclean::
|
||||
$(call DELFILE, $(SCRIPTOUT))
|
||||
$(call DELFILE, $(TOPDIR)/esp32_qemu_img.bin)
|
||||
|
||||
DEPPATH += --dep-path board
|
||||
VPATH += :board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue