> > @@ -0,0 +1,15 @@ > > +EXTRA_CFLAGS += -Idrivers/infiniband/include > If this is needed then some header files should be moved to include/rdma Actually, this is done by other IB drivers, too, so I assumed it was OK. Roland, have you any comments on this? > > + > > +ipath_core-objs := ipath_copy.o ipath_driver.o \ > > + ipath_dwordcpy.o ipath_ht400.o ipath_i2c.o ipath_layer.o \ > > + ipath_lib.o ipath_mlock.o > > + > > +ib_ipath-objs := ipath_mad.o ipath_verbs.o > > Please use: > ipath_core-y := ... > ib_ipath-y := ... > > Use of -y let you do better Kconfig selection in the makefile, and is > preferred compared to -objs No problem. Regards, Robert. -- Robert Walsh Email: [email protected] PathScale, Inc. Phone: +1 650 934 8117 2071 Stierlin Court, Suite 200 Fax: +1 650 428 1969 Mountain View, CA 94043
Attachment:
signature.asc
Description: This is a digitally signed message part
- References:
- [PATCH 12/13] [RFC] ipath verbs MAD handling
- From: Roland Dreier <[email protected]>
- [PATCH 13/13] [RFC] ipath Kconfig and Makefile
- From: Roland Dreier <[email protected]>
- Re: [PATCH 13/13] [RFC] ipath Kconfig and Makefile
- From: Sam Ravnborg <[email protected]>
- [PATCH 12/13] [RFC] ipath verbs MAD handling
- Prev by Date: Re: Light-weight dynamically extended stacks
- Next by Date: 2.6.14-rt22 (and mainline) excessive latency
- Previous by thread: Re: [PATCH 13/13] [RFC] ipath Kconfig and Makefile
- Next by thread: Re: [PATCH 13/13] [RFC] ipath Kconfig and Makefile
- Index(es):