summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-11 08:26:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-11 08:27:01 +0200
commit239b6559ed5d65cc3e08eae66eb862fefe651e33 (patch)
tree9669e2346814a78298bea566a2719299d55fe6f4 /images
parent9d7b0ba957a665d6013c4fa53df04ac324618a40 (diff)
downloadbarebox-239b6559ed5d65cc3e08eae66eb862fefe651e33.tar.gz
barebox-239b6559ed5d65cc3e08eae66eb862fefe651e33.tar.xz
images: ignore and clean *.mlo/*.mlospi
Add *./mlo and *.mlospi to the clean rule and to .gitignore. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/.gitignore2
-rw-r--r--images/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/.gitignore b/images/.gitignore
index ec9e3c0bc6..d27e71a0c8 100644
--- a/images/.gitignore
+++ b/images/.gitignore
@@ -14,6 +14,8 @@
*.t30img.cfg
*.t124img
*.t124img.cfg
+*.mlo
+*.mlospi
pbl.lds
barebox.x
barebox.z
diff --git a/images/Makefile b/images/Makefile
index 740c197754..738fcb6bd3 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -118,5 +118,5 @@ images: $(addprefix $(obj)/, $(image-y)) FORCE
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
+ *.t30img.cfg *.t124img *.t124img.cfg *.mlospi *.mlo
clean-files += pbl.lds