Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262605AbUKVTn0 (ORCPT ); Mon, 22 Nov 2004 14:43:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262593AbUKVTlr (ORCPT ); Mon, 22 Nov 2004 14:41:47 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:24218 "EHLO pfepb.post.tele.dk") by vger.kernel.org with ESMTP id S262364AbUKVTj7 (ORCPT ); Mon, 22 Nov 2004 14:39:59 -0500 Date: Mon, 22 Nov 2004 20:40:03 +0100 From: Sam Ravnborg To: Roland Dreier Cc: linux-kernel@vger.kernel.org, openib-general@openib.org, netdev@oss.sgi.com Subject: Re: [PATCH][RFC/v1][8/12] Add IPoIB (IP-over-InfiniBand) driver Message-ID: <20041122194003.GC8150@mars.ravnborg.org> Mail-Followup-To: Roland Dreier , linux-kernel@vger.kernel.org, openib-general@openib.org, netdev@oss.sgi.com References: <20041122713.FnSlYodJYum7s82D@topspin.com> <20041122714.nKCPmH9LMhT0X7WE@topspin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041122714.nKCPmH9LMhT0X7WE@topspin.com> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 37 More nitpicking.. Sam > +++ linux-bk/drivers/infiniband/Makefile 2004-11-21 21:25:56.794775182 -0800 > @@ -1,2 +1,3 @@ > obj-$(CONFIG_INFINIBAND) += core/ No reason to use $(CONFIG_INFINIBAND) here - it's already done in drivers/infiniband/Makefile > +EXTRA_CFLAGS += -Idrivers/infiniband/include This will get killed if you move the include files... + > +obj-$(CONFIG_INFINIBAND_IPOIB) += ib_ipoib.o > + > +ib_ipoib-y := ipoib_main.o \ > + ipoib_ib.o \ > + ipoib_multicast.o \ > + ipoib_verbs.o \ > + ipoib_vlan.o One or two lines. > +#include > + > +#include "ipoib_proto.h" Shoulb be included as the last file - since it's the most local one. > + > +#include > +#include > +#include > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/