[PATCH v2 01/29] kbuild: clean start*_*.{p,ps}imximg files
Marco Felsch
m.felsch at pengutronix.de
Tue Oct 17 07:51:03 PDT 2023
From: Rouven Czerwinski <r.czerwinski at pengutronix.de>
Cleanup files build during i.MX8M image generation.
Signed-off-by: Rouven Czerwinski <r.czerwinski at pengutronix.de>
---
Changelog:
v2:
- unchanged
- v1-link: https://lore.barebox.org/barebox/20231010143314.2031253-1-m.felsch@pengutronix.de/T/#t
images/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/images/Makefile b/images/Makefile
index 9739a15c06ba..90d596deabcd 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -225,5 +225,6 @@ $(flash-list): $(image-y-path)
clean-files := *.pbl *.pblb *.elf *.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 *.rkimg \
- start_*.simximg start_*.usimximg *.zynqimg *.image *.swapped *.missing-firmware
+ start_*.simximg start_*.usimximg start_*.pimximg start_*.psimximg *.zynqimg \
+ *.image *.swapped *.missing-firmware
clean-files += pbl.lds
--
2.39.2
More information about the barebox
mailing list