aboutsummaryrefslogtreecommitdiff
path: root/contrib/ofed/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Rework ofed build.Konstantin Belousov2018-06-161-10/+0
| | | | | | | | | | | | | | Aligns the build with the FreeBSD traditional approach to not build in contrib/, and to track inter-dependencies between libraries. With help from: bdrewery Reviewed by: bdrewery, hselasky Sponsored by: Mellanox Technologies MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D15648 Notes: svn path=/head/; revision=335253
* Simplify the build dependencies when building the OFED libraries.Hans Petter Selasky2017-11-241-42/+5
| | | | | | | | Suggested by: bdrewery@ Sponsored by: Mellanox Technologies Notes: svn path=/projects/bsd_rdma_4_9/; revision=326146
* There is no need to depend on libthr.Hans Petter Selasky2017-11-191-1/+1
| | | | | | | | Suggested by: bdrewery@ Sponsored by: Mellanox Technologies Notes: svn path=/projects/bsd_rdma_4_9/; revision=325998
* Fix OFED library dependencies.Hans Petter Selasky2017-11-131-1/+1
| | | | | | | Sponsored by: Mellanox Technologies Notes: svn path=/projects/bsd_rdma_4_9/; revision=325763
* Remove no longer needed TESTBUILD defines from OFED Makefiles.Hans Petter Selasky2017-11-131-8/+0
| | | | | | | Sponsored by: Mellanox Technologies Notes: svn path=/projects/bsd_rdma_4_9/; revision=325762
* OFED user-space import and update for use with Linux-4.9 compatible RDMAHans Petter Selasky2017-08-021-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | kernel APIs. List of sources used: 1) rdma-core was cloned from "https://github.com/linux-rdma/rdma-core.git" Top commit d65138ef93af30b3ea249f3a84aa6a24ba7f8a75 2) OpenSM was cloned from git://git.openfabrics.org/~halr/opensm.git Top commit 85f841cf209f791c89a075048a907020e924528d 3) libibmad was cloned from "git://git.openfabrics.org/~iraweiny/libibmad.git" Tag 1.3.13 with some additional patches from Mellanox. 4) infiniband-diags was cloned from "git://git.openfabrics.org/~iraweiny/infiniband-diags.git" Tag 1.6.7 with some additional patches from Mellanox. Added the required Makefiles for building and installing. Sponsored by: Mellanox Technologies Notes: svn path=/projects/bsd_rdma_4_9/; revision=321936
* Remove unnecessary .include of bsd.own.mkEnji Cooper2015-01-081-2/+0
| | | | | | | | MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=276806
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-211-0/+5
Notes: svn path=/head/; revision=219820