From: Jon Loeliger <jdl@freescale.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 09:28:57 -0600 [thread overview]
Message-ID: <47C43039.6070701@freescale.com> (raw)
In-Reply-To: <20080226070625.GB5179@game.jcrosoft.org>
Jean-Christophe PLAGNIOL-VILLARD wrote:
> It will be nice if you could split it in 1 line for 1 file as it
>
> -SOBJS = memcpy.o memcmp.o memset.o memmove.o
> +SOBJS += memcmp.o
> +SOBJS += mmemcpy.o
> +SOBJS += memmove.o
> +SOBJS += memset.o
> .....
>> SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
>> OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
>> diff --git a/lib_i386/Makefile b/lib_i386/Makefile
>
> Best regards,
> J.
>
Yes, please. But also, while you are there, we need to
go one step further and convert to SOBJS-y and COBJS-y
as well.
If you don't do it, I will eventually be converting
them all to look like this:
COBJS-y += file.o
COBJS-y += other.o
OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
Might as well head in that direction as we go along...
Thanks,
jdl
next prev parent reply other threads:[~2008-02-26 15:28 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
2008-02-26 15:28 ` Jon Loeliger [this message]
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=47C43039.6070701@freescale.com \
--to=jdl@freescale.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