From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: [ofa-general] [PATCH 14/14 v2] nes: kernel build infrastructure Date: Sun, 21 Oct 2007 19:22:27 -0700 Message-ID: References: <200710192028.l9JKSnZG021867@neteffect.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, ewg@lists.openfabrics.org, general@lists.openfabrics.org To: ggrundstrom@neteffect.com Return-path: In-Reply-To: <200710192028.l9JKSnZG021867@neteffect.com> (ggrundstrom@neteffect.com's message of "Fri, 19 Oct 2007 15:28:49 -0500") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: netdev.vger.kernel.org > + > +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.