[PATCH 1/5] images: clean *.imx-sram-img files
Stefan Lengfeld
contact at stefanchrist.eu
Mon May 15 10:14:18 PDT 2017
The command
make ARCH=arm clean
should also clean the *.imx-sram-img files.
Signed-off-by: Stefan Lengfeld <contact at stefanchrist.eu>
---
images/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/images/Makefile b/images/Makefile
index adf950a..c5024f1 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -145,5 +145,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
--
2.7.4
More information about the barebox
mailing list