Author: rmh
Date: Mon Jul  1 22:21:42 2013
New Revision: 252491
URL: http://svnweb.freebsd.org/changeset/base/252491

Log:
  Wrap cxgbe declaration around MK_SOURCELESS_UCODE check

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Mon Jul  1 22:07:01 2013        (r252490)
+++ head/sys/modules/Makefile   Mon Jul  1 22:21:42 2013        (r252491)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to