diff options
| author | Joel A Fernandes <joelagnel@ti.com> | 2011-10-12 16:12:55 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-10-22 01:17:15 +0200 | 
| commit | 4e4b21bd4e64a5cc122d317feb8e63ee846a60e4 (patch) | |
| tree | c5ba9f67d3e04ed5294742ac59c43d152e5f3fcb | |
| parent | c4c9fbebae6a62d538817d0ccee698adaafc5d66 (diff) | |
| download | olio-uboot-2014.01-4e4b21bd4e64a5cc122d317feb8e63ee846a60e4.tar.xz olio-uboot-2014.01-4e4b21bd4e64a5cc122d317feb8e63ee846a60e4.zip | |
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: Joel A Fernandes <joelagnel@ti.com>
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -861,6 +861,7 @@ clean:  	@rm -f $(ONENAND_BIN)  	@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)MLO  	@rm -f $(TIMESTAMP_FILE) $(VERSION_FILE)  	@find $(OBJTREE) -type f \  		\( -name 'core' -o -name '*.bak' -o -name '*~' \ |