From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 06/10] efikamx: Remove unused SOBJS
Date: Tue, 29 May 2012 19:54:41 +0200 [thread overview]
Message-ID: <201205291954.41319.marex@denx.de> (raw)
In-Reply-To: <1338313203-9201-6-git-send-email-fabio.estevam@freescale.com>
Dear Fabio Estevam,
> There is no .S file in this directory, so just remove SOBJS.
>
> Cc: Marek Vasut <marex@denx.de>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Looks ok,
Acked-by: Marek Vasut <marex@denx.de>
> ---
> board/efikamx/Makefile | 7 +++----
> 1 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/board/efikamx/Makefile b/board/efikamx/Makefile
> index fdd188e..bd2174f 100644
> --- a/board/efikamx/Makefile
> +++ b/board/efikamx/Makefile
> @@ -33,12 +33,11 @@ ifdef CONFIG_CMD_USB
> COBJS += efikamx-usb.o
> endif
>
> -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
> +SRCS := $(COBJS:.o=.c)
> OBJS := $(addprefix $(obj),$(COBJS))
> -SOBJS := $(addprefix $(obj),$(SOBJS))
>
> -$(LIB): $(obj).depend $(OBJS) $(SOBJS)
> - $(call cmd_link_o_target, $(OBJS) $(SOBJS))
> +$(LIB): $(obj).depend $(OBJS)
> + $(call cmd_link_o_target, $(OBJS))
>
> #########################################################################
Best regards,
Marek Vasut
next prev parent reply other threads:[~2012-05-29 17:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-29 17:39 [U-Boot] [PATCH 01/10] mx53loco: Remove unused SOBJS Fabio Estevam
2012-05-29 17:39 ` [U-Boot] [PATCH 02/10] mx53evk: " Fabio Estevam
2012-05-29 17:39 ` [U-Boot] [PATCH 03/10] mx53ard: " Fabio Estevam
2012-05-29 17:39 ` [U-Boot] [PATCH 04/10] mx53smd: " Fabio Estevam
2012-05-29 17:39 ` [U-Boot] [PATCH 05/10] mx51evk: " Fabio Estevam
2012-05-29 17:39 ` [U-Boot] [PATCH 06/10] efikamx: " Fabio Estevam
2012-05-29 17:54 ` Marek Vasut [this message]
2012-05-29 17:40 ` [U-Boot] [PATCH 07/10] vision2: " Fabio Estevam
2012-05-29 17:40 ` [U-Boot] [PATCH 08/10] ima3-mx53: " Fabio Estevam
2012-05-29 17:40 ` [U-Boot] [PATCH 09/10] mx6qarm2: " Fabio Estevam
2012-05-30 1:11 ` Liu Hui-R64343
2012-05-29 17:40 ` [U-Boot] [PATCH 10/10] mx6qsabrelite: " Fabio Estevam
2012-05-30 1:11 ` Liu Hui-R64343
2012-06-12 17:30 ` [U-Boot] [PATCH 01/10] mx53loco: " Stefano Babic
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=201205291954.41319.marex@denx.de \
--to=marex@denx.de \
--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