public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marian Balakowicz <m8@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_<arch> Makefiles
Date: Tue, 26 Feb 2008 10:20:24 +0100	[thread overview]
Message-ID: <47C3D9D8.2000702@semihalf.com> (raw)
In-Reply-To: <20080226070625.GB5179@game.jcrosoft.org>

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 18:35 Mon 25 Feb     , Marian Balakowicz wrote:
>> Signed-off-by: Marian Balakowicz <m8@semihalf.com>
>> ---
>>
>>  lib_avr32/Makefile      |    2 +-
>>  lib_blackfin/Makefile   |    4 ++--
>>  lib_i386/Makefile       |    4 ++--
>>  lib_m68k/Makefile       |    2 +-
>>  lib_microblaze/Makefile |    2 +-
>>  lib_mips/Makefile       |    2 +-
>>  lib_nios/Makefile       |    2 +-
>>  lib_nios2/Makefile      |    2 +-
>>  lib_ppc/Makefile        |    5 ++---
>>  9 files changed, 12 insertions(+), 13 deletions(-)
>>
>>
>> diff --git a/lib_avr32/Makefile b/lib_avr32/Makefile
>> index ebe237b..afbce45 100644
>> --- a/lib_avr32/Makefile
>> +++ b/lib_avr32/Makefile
>> @@ -29,7 +29,7 @@ LIB	= $(obj)lib$(ARCH).a
>>  
>>  SOBJS	= memset.o
>>  
>> -COBJS	= board.o interrupts.o bootm.o
>> +COBJS	= board.o bootm.o interrupts.o
>>  
>>  SRCS	:= $(SOBJS:.o=.S) $(COBJS:.o=.c)
>>  OBJS	:= $(addprefix $(obj),$(SOBJS) $(COBJS))
>> diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile
>> index ac3fb28..4a262fc 100644
>> --- a/lib_blackfin/Makefile
>> +++ b/lib_blackfin/Makefile
>> @@ -29,9 +29,9 @@ include $(TOPDIR)/config.mk
>>  
>>  LIB	= $(obj)lib$(ARCH).a
>>  
>> -SOBJS	= memcpy.o memcmp.o memset.o memmove.o
>> +SOBJS	= memcmp.o memcpy.o memmove.o memset.o
>>  
>> -COBJS	= post.o tests.o board.o bootm.o bf533_string.o cache.o muldi3.o
>> +COBJS	= bf533_string.o board.o bootm.o cache.o muldi3.o post.o tests.o
>>  
> 
> It will be nice if you could split it in 1 line for 1 file as it
>...

Right, should have done this way, will update the patch.

Thanks,
m.

  reply	other threads:[~2008-02-26  9:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25 17:34 [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework Marian Balakowicz
2008-02-25 17:34 ` [U-Boot-Users] [PATCH 1/8] [new uImage] Add dual format uImage support framework Marian Balakowicz
2008-02-25 17:34 ` [U-Boot-Users] [PATCH 2/8] [new uImage] POWERPC: Split get_fdt() into get and relocate routines Marian Balakowicz
2008-02-26 14:43   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 3/8] [new uImage] Optimize gen_get_image() flow control Marian Balakowicz
2008-02-26 14:43   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_<arch> Makefiles Marian Balakowicz
2008-02-26  7:06   ` Jean-Christophe PLAGNIOL-VILLARD
2008-02-26  9:20     ` Marian Balakowicz [this message]
2008-02-26 15:28     ` Jon Loeliger
2008-02-27 11:24       ` Marian Balakowicz
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 5/8] [new uImage] Move image verify flag to bootm_headers structure Marian Balakowicz
2008-02-26 14:45   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 6/8] [new uImage] Add image_get_kernel() routine Marian Balakowicz
2008-02-26 14:46   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 7/8] [new uImage] POWERPC: Add image_get_fdt() routine Marian Balakowicz
2008-02-26 14:47   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 8/8] [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled Marian Balakowicz
2008-02-26  6:13 ` [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework Kumar Gala
2008-02-26  8:39   ` Marian Balakowicz
2008-02-26  8:48     ` Marian Balakowicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47C3D9D8.2000702@semihalf.com \
    --to=m8@semihalf.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox