netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/5] ehea: makefile and Kconfig
@ 2006-06-08  9:56 Jan-Bernd Themann
  2006-06-08 16:21 ` Randy.Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Jan-Bernd Themann @ 2006-06-08  9:56 UTC (permalink / raw)
  To: netdev; +Cc: meder, raisch, themann, tklein

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


  drivers/net/ehea/Kconfig  |    6 ++++++
  drivers/net/ehea/Makefile |    7 +++++++
  2 files changed, 13 insertions(+)



--- linux-2.6.16-rc5-orig/drivers/net/ehea/Makefile	1969-12-31 16:00:00.000000000 -0800
+++ kernel/drivers/net/ehea/Makefile	2006-06-08 01:58:28.839212488 -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
+
--- linux-2.6.16-rc5-orig/drivers/net/ehea/Kconfig	1969-12-31 16:00:00.000000000 -0800
+++ kernel/drivers/net/ehea/Kconfig	2006-06-08 01:58:28.842212032 -0700
@@ -0,0 +1,6 @@
+config EHEA
+       tristate "eHEA Ethernet support"
+       depends on IBMEBUS
+       ---help---
+       This driver supports the IBM pSeries ethernet adapter
+



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

* Re: [PATCH 5/5] ehea: makefile and Kconfig
  2006-06-08  9:56 [PATCH 5/5] ehea: makefile and Kconfig Jan-Bernd Themann
@ 2006-06-08 16:21 ` Randy.Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2006-06-08 16:21 UTC (permalink / raw)
  To: Jan-Bernd Themann; +Cc: netdev, meder, raisch, themann, tklein

On Thu, 08 Jun 2006 11:56:05 +0200 Jan-Bernd Themann wrote:

> Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
> 
> 
>   drivers/net/ehea/Kconfig  |    6 ++++++
>   drivers/net/ehea/Makefile |    7 +++++++
>   2 files changed, 13 insertions(+)
> 
> 
> 
> --- linux-2.6.16-rc5-orig/drivers/net/ehea/Makefile	1969-12-31 16:00:00.000000000 -0800
> +++ kernel/drivers/net/ehea/Makefile	2006-06-08 01:58:28.839212488 -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
> +
> --- linux-2.6.16-rc5-orig/drivers/net/ehea/Kconfig	1969-12-31 16:00:00.000000000 -0800
> +++ kernel/drivers/net/ehea/Kconfig	2006-06-08 01:58:28.842212032 -0700
> @@ -0,0 +1,6 @@
> +config EHEA
> +       tristate "eHEA Ethernet support"
> +       depends on IBMEBUS
> +       ---help---
> +       This driver supports the IBM pSeries ethernet adapter
> +

Hi,
Will you be modifying drivers/net/Makefile and drivers/net/Kconfig
to use these files?

And "help" text is normally indented (convention is 2 spaces)
since (from Documentation/kbuild/kconfig-language.txt):

  The end of the help text is determined by
  the indentation level, this means it ends at the first line which has
  a smaller indentation than the first line of the help text.

---
~Randy

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-08  9:56 [PATCH 5/5] ehea: makefile and Kconfig Jan-Bernd Themann
2006-06-08 16:21 ` Randy.Dunlap

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