[openib-general] Re: [PATCH 13/13] [RFC] ipath Kconfig and Makefile

Sam Ravnborg sam at ravnborg.org
Sun Dec 18 11:23:56 PST 2005


On Fri, Dec 16, 2005 at 03:48:55PM -0800, Roland Dreier wrote:
> @@ -0,0 +1,15 @@
> +EXTRA_CFLAGS += -Idrivers/infiniband/include
If this is needed then some header files should be moved to include/rdma

> +
> +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

	Sam



More information about the general mailing list