From eadaf05db0a497dae9b74058c98cd512bee120af Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 13 Sep 2017 12:16:27 +0000 Subject: [PATCH] qlnx: exclude if WITHOUT_SOURCELESS_UCODE set PR: 222277 Submitted by: Fabian Keil Obtained from: ElectroBSD MFC after: 1 week --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 220c3ff4379..43d3bd9308c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -718,8 +718,8 @@ _qlxge= qlxge _qlxgb= qlxgb .if ${MK_SOURCELESS_UCODE} != "no" _qlxgbe= qlxgbe -.endif _qlnx= qlnx +.endif _sfxge= sfxge _sgx= sgx _sgx_linux= sgx_linux