netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ofa-general] [PATCH 14/14 v2] nes: kernel build infrastructure
@ 2007-10-19 20:28 ggrundstrom
  2007-10-22  2:22 ` Roland Dreier
  0 siblings, 1 reply; 2+ messages in thread
From: ggrundstrom @ 2007-10-19 20:28 UTC (permalink / raw)
  To: ewg, rdreier; +Cc: netdev, general

Makefile kernel build file.

Signed-off-by: Glenn Grundstrom <ggrundstrom@neteffect.com>
---

--- NULL	1969-12-31 18:00:00.000000000 -0600
+++ ofa_kernel-1.3/drivers/infiniband/hw/nes/Makefile	2007-10-19 09:43:32.000000000 -0500
@@ -0,0 +1,7 @@
+
+EXTRA_CFLAGS += -DNES_MINICM
+
+obj-$(CONFIG_INFINIBAND_NES) += iw_nes.o
+
+iw_nes-objs := nes.o nes_hw.o nes_nic.o nes_utils.o nes_verbs.o nes_cm.o
+

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

* Re: [ofa-general] [PATCH 14/14 v2] nes: kernel build infrastructure
  2007-10-19 20:28 [ofa-general] [PATCH 14/14 v2] nes: kernel build infrastructure ggrundstrom
@ 2007-10-22  2:22 ` Roland Dreier
  0 siblings, 0 replies; 2+ messages in thread
From: Roland Dreier @ 2007-10-22  2:22 UTC (permalink / raw)
  To: ggrundstrom; +Cc: netdev, ewg, general

 > +
 > +EXTRA_CFLAGS += -DNES_MINICM

I don't see anyplace NES_MINICM is used.  Delete this line?

 > +
 > +obj-$(CONFIG_INFINIBAND_NES) += iw_nes.o
 > +
 > +iw_nes-objs := nes.o nes_hw.o nes_nic.o nes_utils.o nes_verbs.o nes_cm.o
 > +

Also the file has an extra blank line at the beginning and end.  Might
as well kill them.

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

end of thread, other threads:[~2007-10-22  2:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 20:28 [ofa-general] [PATCH 14/14 v2] nes: kernel build infrastructure ggrundstrom
2007-10-22  2:22 ` Roland Dreier

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