Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.13 20 lines 470 B view raw
1EXTRA_CFLAGS += -Idrivers/infiniband/include 2 3obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \ 4 ib_cm.o ib_umad.o ib_ucm.o 5obj-$(CONFIG_INFINIBAND_USER_VERBS) += ib_uverbs.o 6 7ib_core-y := packer.o ud_header.o verbs.o sysfs.o \ 8 device.o fmr_pool.o cache.o 9 10ib_mad-y := mad.o smi.o agent.o mad_rmpp.o 11 12ib_sa-y := sa_query.o 13 14ib_cm-y := cm.o 15 16ib_umad-y := user_mad.o 17 18ib_ucm-y := ucm.o 19 20ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_mem.o