On Wed, Apr 17, 2013 at 9:06 PM, Randy Dunlap <rdun...@infradead.org> wrote:
> On 04/17/13 00:04, Stephen Rothwell wrote:
>> Changes since 20130416:

> on x86_64:
> drivers/built-in.o: In function `isert_free_np':
> ib_isert.c:(.text+0x6e8a77): undefined reference to `rdma_destroy_id'
[...]

Nic,

Yep, you need to add

depends on INET &&  INFINIBAND_ADDR_TRANS


to the isert Kconfig entry


This will make sure to get the rdma_cm to be configured and builts
whenever isert is

Or.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to