From: David Miller <davem@davemloft.net>
To: mokuno@sm.sony.co.jp
Cc: jeff@garzik.org, netdev@vger.kernel.org,
geoffrey.levand@am.sony.com, Geert.Uytterhoeven@sonycom.com
Subject: Re: [PATCH]: ps3: gigabit ethernet driver for PS3
Date: Wed, 13 Jun 2007 00:03:59 -0700 (PDT) [thread overview]
Message-ID: <20070613.000359.112622353.davem@davemloft.net> (raw)
In-Reply-To: <20070613154156.71DB.MOKUNO@sm.sony.co.jp>
From: MOKUNO Masakazu <mokuno@sm.sony.co.jp>
Date: Wed, 13 Jun 2007 15:58:01 +0900
> --- a/drivers/net/Makefile
> +++ b/drivers/net/Makefile
> @@ -60,6 +60,8 @@ obj-$(CONFIG_TIGON3) += tg3.o
> obj-$(CONFIG_BNX2) += bnx2.o
> spidernet-y += spider_net.o spider_net_ethtool.o
> obj-$(CONFIG_SPIDER_NET) += spidernet.o sungem_phy.o
> +obj-$(CONFIG_GELIC_NET) += ps3_gelic.o
> +ps3_gelic-objs += gelic_net.o
> obj-$(CONFIG_TC35815) += tc35815.o
> obj-$(CONFIG_SKGE) += skge.o
> obj-$(CONFIG_SKY2) += sky2.o
Please just name the driver ps3_galic.c and use a single
obj-$(CONFIG_GELIC_NET) += ps3_galic.o
line in the Makefile.
next prev parent reply other threads:[~2007-06-13 7:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-13 6:58 [PATCH]: ps3: gigabit ethernet driver for PS3 MOKUNO Masakazu
2007-06-13 7:03 ` David Miller [this message]
2007-06-13 8:48 ` MOKUNO Masakazu
2007-06-13 20:27 ` Jeff Garzik
2007-06-14 12:51 ` MOKUNO Masakazu
2007-06-15 17:16 ` Geoff Levand
2007-06-15 18:18 ` Dan Williams
2007-06-15 19:03 ` Geoff Levand
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=20070613.000359.112622353.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=Geert.Uytterhoeven@sonycom.com \
--cc=geoffrey.levand@am.sony.com \
--cc=jeff@garzik.org \
--cc=mokuno@sm.sony.co.jp \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).