From 861ae61534e20a8b4d569daa373cc93de9e4c7cf Mon Sep 17 00:00:00 2001 From: Stefan Lengfeld Date: Mon, 15 May 2017 19:14:18 +0200 Subject: images: clean *.imx-sram-img files The command make ARCH=arm clean should also clean the *.imx-sram-img files. Signed-off-by: Stefan Lengfeld Signed-off-by: Sascha Hauer --- images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Makefile b/images/Makefile index 8c5dac4bff..3f48267bca 100644 --- a/images/Makefile +++ b/images/Makefile @@ -148,5 +148,5 @@ $(flash-list): $(image-y-path) clean-files := *.pbl *.pblb *.pblx *.map start_*.imximg *.img barebox.z start_*.kwbimg \ start_*.kwbuartimg *.socfpgaimg *.mlo *.t20img *.t20img.cfg *.t30img \ *.t30img.cfg *.t124img *.t124img.cfg *.mlospi *.mlo *.mxsbs *.mxssd \ - start_*.simximg start_*.usimximg + start_*.simximg start_*.usimximg *.imx-sram-img clean-files += pbl.lds -- cgit v1.2.3