Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27603
b: refs/heads/master
c: e51060f
h: refs/heads/master
i:
  27601: 5e863e8
  27599: aa36fce
v: v3
  • Loading branch information
Sean Hefty authored and Roland Dreier committed Jun 18, 2006
1 parent 6152f04 commit 6e935d6
Show file tree
Hide file tree
Showing 5 changed files with 2,235 additions and 3 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: 7025fcd36bd62af2c6ca0ea3490c00b216c4d168
refs/heads/master: e51060f08a61965c4dd91516d82fe90617152590
6 changes: 4 additions & 2 deletions trunk/drivers/infiniband/core/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addr_trans-$(CONFIG_INFINIBAND_ADDR_TRANS) := ib_addr.o
infiniband-$(CONFIG_INFINIBAND_ADDR_TRANS) := ib_addr.o rdma_cm.o

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

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

ib_cm-y := cm.o

rdma_cm-y := cma.o

ib_addr-y := addr.o

ib_umad-y := user_mad.o
Expand Down
Loading

0 comments on commit 6e935d6

Please sign in to comment.