diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-08-23 12:09:37 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-08-23 12:09:37 +0000 |
| commit | 1251590741d28695f233a1798cfc8428e78ff991 (patch) | |
| tree | b47c1196f0d32e53ba103bf56ecd01556caa4cc2 /sys/modules/Makefile | |
| parent | 8e7cd863dd6bee03713b7d80541be03c14aec706 (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 64d7ddd38523..a5263c64d962 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -250,6 +250,7 @@ SUBDIR= \ ${_mlx4en} \ ${_mlx5} \ ${_mlx5en} \ + ${_mlx5ib} \ ${_mly} \ mmc \ mmcsd \ @@ -670,6 +671,7 @@ _mlx5en= mlx5en .endif .if ${MK_OFED} != "no" || defined(ALL_MODULES) _mlx4ib= mlx4ib +_mlx5ib= mlx5ib .endif _mly= mly .if ${MK_OFED} != "no" || defined(ALL_MODULES) |
