[PATCH] IB uverbs: hook up Kconfig/Makefile
[deliverable/linux.git] / drivers / infiniband / core / Makefile
1 EXTRA_CFLAGS += -Idrivers/infiniband/include
2
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
5
6 ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
7 device.o fmr_pool.o cache.o
8
9 ib_mad-y := mad.o smi.o agent.o
10
11 ib_sa-y := sa_query.o
12
13 ib_umad-y := user_mad.o
14
15 ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_mem.o
This page took 0.033894 seconds and 5 git commands to generate.