From 1b4b226b9fa393c79c97efb13cb75ca728dd3c62 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 27 May 2016 11:39:08 +0000 Subject: [PATCH] Attach iser(4) to the build. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b2b3b174e634..ecc33e70569e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -174,6 +174,7 @@ SUBDIR= \ ${_ipw} \ ${_ipwfw} \ ${_isci} \ + ${_iser} \ isp \ ${_ispfw} \ ${_iwi} \ @@ -556,6 +557,7 @@ _igb= igb _io= io .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ipoib= ipoib +_iser= iser .endif _ix= ix _ixv= ixv