mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user