linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/6] ehea: makefile
@ 2006-08-09  8:40 Jan-Bernd Themann
  2006-08-09  9:50 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Jan-Bernd Themann @ 2006-08-09  8:40 UTC (permalink / raw)
  To: netdev; +Cc: Thomas Klein, linux-ppc, Christoph Raisch, linux-kernel,
	Marcus Eder

Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>


  drivers/net/ehea/Makefile |    7 +++++++
  1 file changed, 7 insertions(+)



--- linux-2.6.18-rc4-orig/drivers/net/ehea/Makefile	1969-12-31 16:00:00.000000000 -0800
+++ kernel/drivers/net/ehea/Makefile	2006-08-08 23:59:38.083467216 -0700
@@ -0,0 +1,7 @@
+#
+# Makefile for the eHEA ethernet device driver for IBM eServer System p
+#
+
+ehea_mod-objs = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o ehea_phyp.o
+obj-$(CONFIG_EHEA) += ehea_mod.o
+

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 5/6] ehea: makefile
  2006-08-09  8:40 [PATCH 5/6] ehea: makefile Jan-Bernd Themann
@ 2006-08-09  9:50 ` Sam Ravnborg
  2006-08-10 15:06   ` Thomas Klein
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2006-08-09  9:50 UTC (permalink / raw)
  To: Jan-Bernd Themann
  Cc: Thomas Klein, netdev, linux-kernel, linux-ppc, Christoph Raisch,
	Marcus Eder

On Wed, Aug 09, 2006 at 10:40:20AM +0200, Jan-Bernd Themann wrote:
> Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
> 
> 
>  drivers/net/ehea/Makefile |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> 
> 
> --- linux-2.6.18-rc4-orig/drivers/net/ehea/Makefile	1969-12-31 
> 16:00:00.000000000 -0800
> +++ kernel/drivers/net/ehea/Makefile	2006-08-08 23:59:38.083467216 -0700
> @@ -0,0 +1,7 @@
> +#
> +# Makefile for the eHEA ethernet device driver for IBM eServer System p
> +#
> +
> +ehea_mod-objs = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o 
> ehea_phyp.o
> +obj-$(CONFIG_EHEA) += ehea_mod.o
> +

Using -objs is deprecated, please use ehea_mod-y.
This needs to be documented and later warned upon which I will do soon.

	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 5/6] ehea: makefile
  2006-08-09  9:50 ` Sam Ravnborg
@ 2006-08-10 15:06   ` Thomas Klein
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Klein @ 2006-08-10 15:06 UTC (permalink / raw)
  To: Sam Ravnborg
  Cc: netdev, linux-kernel, Thomas Klein, linux-ppc, Christoph Raisch,
	Marcus Eder

Sam Ravnborg wrote:
> On Wed, Aug 09, 2006 at 10:40:20AM +0200, Jan-Bernd Themann wrote:
>   
>> Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
>>
>>
>>  drivers/net/ehea/Makefile |    7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>>
>>
>> --- linux-2.6.18-rc4-orig/drivers/net/ehea/Makefile	1969-12-31 
>> 16:00:00.000000000 -0800
>> +++ kernel/drivers/net/ehea/Makefile	2006-08-08 23:59:38.083467216 -0700
>> @@ -0,0 +1,7 @@
>> +#
>> +# Makefile for the eHEA ethernet device driver for IBM eServer System p
>> +#
>> +
>> +ehea_mod-objs = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o 
>> ehea_phyp.o
>> +obj-$(CONFIG_EHEA) += ehea_mod.o
>> +
>>     
>
> Using -objs is deprecated, please use ehea_mod-y.
> This needs to be documented and later warned upon which I will do soon.
>
> 	Sam
>   
Done. Will be included in next patch.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-10 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-09  8:40 [PATCH 5/6] ehea: makefile Jan-Bernd Themann
2006-08-09  9:50 ` Sam Ravnborg
2006-08-10 15:06   ` Thomas Klein

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).