From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] net: Sort Makefile labels
Date: Thu, 29 Jan 2009 00:17:56 -0800 [thread overview]
Message-ID: <49816634.3050505@gmail.com> (raw)
In-Reply-To: <d4fd46d3b2d27747b728da37fad3ebca3732d837.1231154122.git.monstr@monstr.eu>
monstr at monstr.eu wrote:
> From: Michal Simek <monstr@monstr.eu>
>
>
> Signed-off-by: Michal Simek <monstr@monstr.eu>
> ---
> drivers/net/Makefile | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/Makefile b/drivers/net/Makefile
> index 631336a..128dc11 100644
> --- a/drivers/net/Makefile
> +++ b/drivers/net/Makefile
> @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
> LIB := $(obj)libnet.a
>
> COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o
> +COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o
> COBJS-$(CONFIG_DRIVER_AX88180) += ax88180.o
> COBJS-$(CONFIG_BCM570x) += bcm570x.o bcm570x_autoneg.o 5701rls.o
> COBJS-$(CONFIG_BFIN_MAC) += bfin_mac.o
> @@ -54,11 +55,11 @@ COBJS-$(CONFIG_NS8382X) += ns8382x.o
> COBJS-$(CONFIG_DRIVER_NS9750_ETHERNET) += ns9750_eth.o
> COBJS-$(CONFIG_PCNET) += pcnet.o
> COBJS-$(CONFIG_PLB2800_ETHER) += plb2800_eth.o
> -COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o
> COBJS-$(CONFIG_DRIVER_RTL8019) += rtl8019.o
> COBJS-$(CONFIG_RTL8139) += rtl8139.o
> COBJS-$(CONFIG_RTL8169) += rtl8169.o
> COBJS-$(CONFIG_DRIVER_S3C4510_ETH) += s3c4510b_eth.o
> +COBJS-$(CONFIG_SH_ETHER) += sh_eth.o
> COBJS-$(CONFIG_DRIVER_SMC91111) += smc91111.o
> COBJS-$(CONFIG_DRIVER_SMC911X) += smc911x.o
> COBJS-$(CONFIG_TIGON3) += tigon3.o bcm570x_autoneg.o 5701rls.o
> @@ -68,7 +69,6 @@ COBJS-$(CONFIG_ULI526X) += uli526x.o
> COBJS-$(CONFIG_VSC7385_ENET) += vsc7385.o
> COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
> COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
> -COBJS-$(CONFIG_SH_ETHER) += sh_eth.o
>
> COBJS := $(COBJS-y)
> SRCS := $(COBJS:.o=.c)
>
Applied to net repo.
thanks,
Ben
next prev parent reply other threads:[~2009-01-29 8:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-05 11:25 [U-Boot] Xilinx LL-TEMAC driver monstr at monstr.eu
2009-01-05 11:25 ` [U-Boot] [PATCH 1/2] net: Sort Makefile labels monstr at monstr.eu
2009-01-05 11:25 ` [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver monstr at monstr.eu
2009-01-26 8:12 ` Michal Simek
2009-01-29 8:15 ` Michal Simek
2009-04-03 21:35 ` Wolfgang Denk
2009-04-06 14:17 ` Michal Simek
2009-01-29 7:09 ` Ben Warren
2009-01-24 1:00 ` [U-Boot] [PATCH 1/2] net: Sort Makefile labels Wolfgang Denk
2009-01-24 1:02 ` Wolfgang Denk
2009-01-29 8:17 ` Ben Warren [this message]
2009-02-09 20:09 ` Wolfgang Denk
2009-02-09 22:03 ` Ben Warren
2009-02-10 8:15 ` Michal Simek
2009-02-10 8:39 ` Stefan Roese
2009-02-10 8:54 ` Wolfgang Denk
2009-02-10 9:09 ` Michal Simek
2009-02-10 15:16 ` Ben Warren
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=49816634.3050505@gmail.com \
--to=biggerbadderben@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.