From 19ebd288fb1251f77f1d0b5601c2bc613c87d65a Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Wed, 13 Sep 2017 15:17:35 +0000 Subject: [PATCH] Don't (try to) build lio(4) if the SOURCELESS_UCODE is set. Submitted by: Fabien Keil --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 43d3bd9308c..3b607c7a647 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -711,7 +711,9 @@ _ixl= ixl _ixlv= ixlv _linux64= linux64 _linux_common= linux_common +.if ${MK_SOURCELESS_UCODE} != "no" _lio= lio +.endif _ntb= ntb _pms= pms _qlxge= qlxge