mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +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
|
endif
|
||||||
|
|
||||||
include $(TOPDIR)/boards/Board.mk
|
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