Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27602
b: refs/heads/master
c: 7025fcd
h: refs/heads/master
v: v3
  • Loading branch information
Sean Hefty authored and Roland Dreier committed Jun 18, 2006
1 parent 5e863e8 commit 6152f04
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1e8733e557bb390e13aa00ef044a6022c8d0bb2
refs/heads/master: 7025fcd36bd62af2c6ca0ea3490c00b216c4d168
5 changes: 5 additions & 0 deletions trunk/drivers/infiniband/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ config INFINIBAND_USER_ACCESS
libibverbs, libibcm and a hardware driver library from
<http://www.openib.org>.

config INFINIBAND_ADDR_TRANS
bool
depends on INFINIBAND && INET
default y

source "drivers/infiniband/hw/mthca/Kconfig"
source "drivers/infiniband/hw/ipath/Kconfig"

Expand Down
6 changes: 5 additions & 1 deletion trunk/drivers/infiniband/core/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
addr_trans-$(CONFIG_INFINIBAND_ADDR_TRANS) := ib_addr.o

obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \
ib_cm.o
ib_cm.o $(addr_trans-y)
obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o
obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o

Expand All @@ -12,6 +14,8 @@ ib_sa-y := sa_query.o

ib_cm-y := cm.o

ib_addr-y := addr.o

ib_umad-y := user_mad.o

ib_ucm-y := ucm.o
Expand Down
Loading

0 comments on commit 6152f04

Please sign in to comment.