diff mbox

[U-Boot] Makefile: clean boot.bin

Message ID 1421287433-4414-1-git-send-email-voice.shen@atmel.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Bo Shen Jan. 15, 2015, 2:03 a.m. UTC
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 <voice.shen@atmel.com>
---

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bo Shen Jan. 23, 2015, 7:34 a.m. UTC | #1
+ 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 <voice.shen@atmel.com>
> ---
>
>   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
Masahiro Yamada Jan. 23, 2015, 7:44 a.m. UTC | #2
On Fri, 23 Jan 2015 15:34:08 +0800
Bo Shen <voice.shen@atmel.com> wrote:

> + 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 <voice.shen@atmel.com>


Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>


I think this patch should be applied by Tom,
because I am a contributer of the build system
but am not the custodian.
Bo Shen Jan. 28, 2015, 1:17 a.m. UTC | #3
On 01/23/2015 03:44 PM, Masahiro Yamada wrote:
>
> On Fri, 23 Jan 2015 15:34:08 +0800
> Bo Shen <voice.shen@atmel.com> wrote:
>
>> + 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 <voice.shen@atmel.com>

Hi Tom,

Can this patch be applied? Thanks.

>
> Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Hi Masahiro,
   Thanks.

>
> I think this patch should be applied by Tom,
> because I am a contributer of the build system
> but am not the custodian.

Best Regards,
Bo Shen
Tom Rini Jan. 29, 2015, 1:59 p.m. UTC | #4
On Thu, Jan 15, 2015 at 10:03:53AM +0800, 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 <voice.shen@atmel.com>
> Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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 \