Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44394
b: refs/heads/master
c: 7521663
h: refs/heads/master
v: v3
  • Loading branch information
Sean Hefty authored and Roland Dreier committed Dec 12, 2006
1 parent 5a41342 commit 45fa06f
Show file tree
Hide file tree
Showing 6 changed files with 1,093 additions and 5 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: 628e5f6d39d5a6be96c1272a6709f2dd3ec8b7ce
refs/heads/master: 75216638572f53612304c05a374f0246fe1d16da
6 changes: 5 additions & 1 deletion trunk/drivers/infiniband/core/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
infiniband-$(CONFIG_INFINIBAND_ADDR_TRANS) := ib_addr.o rdma_cm.o
user_access-$(CONFIG_INFINIBAND_ADDR_TRANS) := rdma_ucm.o

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

ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
device.o fmr_pool.o cache.o
Expand All @@ -18,6 +20,8 @@ iw_cm-y := iwcm.o

rdma_cm-y := cma.o

rdma_ucm-y := ucma.o

ib_addr-y := addr.o

ib_umad-y := user_mad.o
Expand Down
Loading

0 comments on commit 45fa06f

Please sign in to comment.