mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 05:10:44 +00:00
boards/imx93-evk: add sdimage cleanup
This adds clean of imx9-sdimage.img upon distclean so that to unblock CI checks. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
parent
f6400303df
commit
cde13a74b1
1 changed files with 6 additions and 0 deletions
|
|
@ -43,3 +43,9 @@ CSRCS += imx9_usdhc.c
|
|||
endif
|
||||
|
||||
include $(TOPDIR)/boards/Board.mk
|
||||
|
||||
ifeq ($(CONFIG_IMX9_BOOTLOADER),y)
|
||||
.PHONY: distclean
|
||||
distclean::
|
||||
$(call DELFILE, ${TOPDIR}${DELIM}imx9-sdimage.img)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue