aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/userland
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-03-04 22:37:44 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-03-04 22:37:44 +0000
commitbe50838f9a0786ef9a05e22b6a21703828693a7a (patch)
tree1a813a75789c95ae4694b85989f83fc06745c4a6 /targets/pseudo/userland
parentfc064a5e780f8a169d15dac860613be3fd1b1183 (diff)
downloadsrc-be50838f9a0786ef9a05e22b6a21703828693a7a.tar.gz
src-be50838f9a0786ef9a05e22b6a21703828693a7a.zip
DIRDEPS_BUILD: Connect ofed.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=296403
Diffstat (limited to 'targets/pseudo/userland')
-rw-r--r--targets/pseudo/userland/Makefile.depend21
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend17
2 files changed, 38 insertions, 0 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index dcb870656f6a..c6e278e44d78 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -894,6 +894,27 @@ DIRDEPS.powerpc= \
DIRDEPS+= usr.bin/dtc
.endif
+.if ${MK_OFED} != "no"
+DIRDEPS+= \
+ contrib/ofed/usr.bin/ibaddr \
+ contrib/ofed/usr.bin/ibnetdiscover \
+ contrib/ofed/usr.bin/ibping \
+ contrib/ofed/usr.bin/ibportstate \
+ contrib/ofed/usr.bin/ibroute \
+ contrib/ofed/usr.bin/ibsendtrap \
+ contrib/ofed/usr.bin/ibstat \
+ contrib/ofed/usr.bin/ibsysstat \
+ contrib/ofed/usr.bin/ibtracert \
+ contrib/ofed/usr.bin/opensm \
+ contrib/ofed/usr.bin/osmtest \
+ contrib/ofed/usr.bin/perfquery \
+ contrib/ofed/usr.bin/saquery \
+ contrib/ofed/usr.bin/sminfo \
+ contrib/ofed/usr.bin/smpdump \
+ contrib/ofed/usr.bin/smpquery \
+ contrib/ofed/usr.bin/vendstat
+.endif
+
DIRDEPS+= ${DIRDEPS.${MACHINE}:U}
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 1ef12f0bf065..7b911fea9393 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -197,4 +197,21 @@ DIRDEPS+= \
.endif
+.if ${MK_OFED} != "no"
+DIRDEPS+= \
+ contrib/ofed/usr.lib/libcxgb4 \
+ contrib/ofed/usr.lib/libibcm \
+ contrib/ofed/usr.lib/libibcommon \
+ contrib/ofed/usr.lib/libibmad \
+ contrib/ofed/usr.lib/libibumad \
+ contrib/ofed/usr.lib/libibverbs \
+ contrib/ofed/usr.lib/libmlx4 \
+ contrib/ofed/usr.lib/libmthca \
+ contrib/ofed/usr.lib/libopensm \
+ contrib/ofed/usr.lib/libosmcomp \
+ contrib/ofed/usr.lib/libosmvendor \
+ contrib/ofed/usr.lib/librdmacm \
+ contrib/ofed/usr.lib/libsdp
+.endif
+
.include <dirdeps.mk>