From 0f4e04194325876b324489a75526d025c8c65e4d Mon Sep 17 00:00:00 2001 From: rmh Date: Mon, 1 Jul 2013 22:21:42 +0000 Subject: Wrap cxgbe declaration around MK_SOURCELESS_UCODE check --- sys/modules/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e43d561..43bc838 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -81,7 +81,7 @@ SUBDIR= \ ${_ctau} \ ctl \ ${_cxgb} \ - cxgbe \ + ${_cxgbe} \ ${_cyclic} \ dc \ dcons \ @@ -386,6 +386,10 @@ _cxgb= cxgb .endif .endif +.if ${MK_SOURCELESS_UCODE} != "no" +_cxgbe= cxgbe +.endif + .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) .if exists(${.CURDIR}/../opencrypto) _crypto= crypto -- cgit v1.1