summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-02-17 10:00:15 +0000
committerhselasky <hselasky@FreeBSD.org>2015-02-17 10:00:15 +0000
commit9bb7e2d4a1225760a4a42e94ba8c7fde39da3030 (patch)
tree7aa6e7498ec86100b405c1e28593d4bbbedd2f36 /sys/conf/files
parent994a2af400b8f7d3fad70460c95a8d6791133c20 (diff)
downloadFreeBSD-src-9bb7e2d4a1225760a4a42e94ba8c7fde39da3030.zip
FreeBSD-src-9bb7e2d4a1225760a4a42e94ba8c7fde39da3030.tar.gz
Fix compilation of the SDP driver and a compile warning after r278886.
Also fix the kernel build rule for mlx4_exp.c. This fixes the LINT kernel target for amd64. Sponsored by: Mellanox Technologies MFC after: 1 month
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 82c7279..6c0373e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3739,7 +3739,7 @@ ofed/drivers/infiniband/hw/mlx4/main.c optional mlx4ib \
no-depend obj-prefix "mlx4ib_" \
compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
ofed/drivers/infiniband/hw/mlx4/mlx4_exp.c optional mlx4ib \
- no-depend \
+ no-depend obj-prefix "mlx4ib_" \
compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
ofed/drivers/infiniband/hw/mlx4/mr.c optional mlx4ib \
no-depend obj-prefix "mlx4ib_" \
OpenPOWER on IntegriCloud