Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | EXTRA_CFLAGS += -Idrivers/infiniband/include |
| 2 | |
Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 3 | obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o ib_umad.o |
| 4 | obj-$(CONFIG_INFINIBAND_USER_VERBS) += ib_uverbs.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
| 6 | ib_core-y := packer.o ud_header.o verbs.o sysfs.o \ |
| 7 | device.o fmr_pool.o cache.o |
| 8 | |
Hal Rosenstock | fa619a7 | 2005-07-27 11:45:37 -0700 | [diff] [blame^] | 9 | ib_mad-y := mad.o smi.o agent.o mad_rmpp.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
| 11 | ib_sa-y := sa_query.o |
| 12 | |
| 13 | ib_umad-y := user_mad.o |
Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 14 | |
| 15 | ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_mem.o |