Skip to content
Snippets Groups Projects
Commit 4e4b21bd authored by Joel A Fernandes's avatar Joel A Fernandes Committed by Wolfgang Denk
Browse files

Makefile: Remove MLO on make clean


SPL builds could leave an MLO which is an mkimage of type omapimage
Make sure its deleted on make clean/distclean

Signed-off-by: default avatarJoel A Fernandes <joelagnel@ti.com>
parent c4c9fbeb
No related branches found
No related tags found
No related merge requests found
...@@ -861,6 +861,7 @@ clean: ...@@ -861,6 +861,7 @@ clean:
@rm -f $(ONENAND_BIN) @rm -f $(ONENAND_BIN)
@rm -f $(obj)onenand_ipl/u-boot.lds @rm -f $(obj)onenand_ipl/u-boot.lds
@rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.lds,u-boot-spl.map} @rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.lds,u-boot-spl.map}
@rm -f $(obj)MLO
@rm -f $(TIMESTAMP_FILE) $(VERSION_FILE) @rm -f $(TIMESTAMP_FILE) $(VERSION_FILE)
@find $(OBJTREE) -type f \ @find $(OBJTREE) -type f \
\( -name 'core' -o -name '*.bak' -o -name '*~' \ \( -name 'core' -o -name '*.bak' -o -name '*~' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment