From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 23 Jan 2015 15:34:08 +0800 Subject: [U-Boot] [PATCH] Makefile: clean boot.bin In-Reply-To: <1421287433-4414-1-git-send-email-voice.shen@atmel.com> References: <1421287433-4414-1-git-send-email-voice.shen@atmel.com> Message-ID: <54C1F970.8050402@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de + Tom, Masahiro, On 01/15/2015 10:03 AM, Bo Shen wrote: > When build for Atmel related boards which support SPL, > it will generate boot.bin, also clean when it when do > "make clean" operation. > > Signed-off-by: Bo Shen > --- > > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ping? > diff --git a/Makefile b/Makefile > index 36a9a28..ea5ae8f 100644 > --- a/Makefile > +++ b/Makefile > @@ -1278,7 +1278,7 @@ CLEAN_DIRS += $(MODVERDIR) \ > $(filter-out include, $(shell ls -1 $d 2>/dev/null)))) > > CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \ > - u-boot* MLO* SPL System.map > + boot* u-boot* MLO* SPL System.map > > # Directories & files removed with 'make mrproper' > MRPROPER_DIRS += include/config include/generated spl tpl \ > Best Regards, Bo Shen