Makefile: add some files to CLEAN_FILES
authorAlice Guo <alice.guo@nxp.com>
Mon, 28 Apr 2025 10:37:44 +0000 (18:37 +0800)
committerFabio Estevam <festevam@gmail.com>
Sat, 3 May 2025 19:55:32 +0000 (16:55 -0300)
commit8ebbf29926f319a29b57ded1a467b10fee0ff0c9
tree3134b058e1626371ac0c1cb97d0228cd0a330429
parent0cbd26bee49addcc05faa29cc289116a96fb11d8
Makefile: add some files to CLEAN_FILES

When building the flash.bin of i.MX95 with binman,
mkimage.imx-boot.spl, mkimage.imx-boot.u-boot,
mkimage-out.imx-boot.spl and mkimage-out.imx-boot.u-boot are created.
Add these files to CLEAN_FILES so that they can be removed when running
"make clean".

Signed-off-by: Alice Guo <alice.guo@nxp.com>
Makefile