Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 08:04:47 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Jack F Vogel <jfv@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r280197 - in head/sys: dev/ixgbe modules
Message-ID:  <20150318050447.GX17947@FreeBSD.org>
In-Reply-To: <201503172240.t2HMepgD058989@svn.freebsd.org>
References:  <201503172240.t2HMepgD058989@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  Jack,

On Tue, Mar 17, 2015 at 10:40:51PM +0000, Jack F Vogel wrote:
J> Author: jfv
J> Date: Tue Mar 17 22:40:50 2015
J> New Revision: 280197
J> URL: https://svnweb.freebsd.org/changeset/base/280197
J> 
J> Log:
J>   Resolve a few build issues, add module directories back into Makefile,
J>   then correct a NETMAP problem resulting from the split, and finally
J>   temporarily disable the X550 functionality.
...
J> Modified: head/sys/modules/Makefile
J> ==============================================================================
J> --- head/sys/modules/Makefile	Tue Mar 17 22:00:11 2015	(r280196)
J> +++ head/sys/modules/Makefile	Tue Mar 17 22:40:50 2015	(r280197)
J> @@ -175,6 +175,8 @@ SUBDIR=	\
J>  	${_iwn} \
J>  	${_iwnfw} \
J>  	${_ixgb} \
J> +	${_ix} \
J> +	${_ixv} \
J>  	${_ixl} \
J>  	${_ixlv} \
J>  	jme \
J> 

This doesn't enable build of modules, since you added empty variables. You also
need to initialize these variables at line 586, assuming the drivers build on
amd64 and i386. In case if they work on amd64 only, then at line 623.

-- 
Totus tuus, Glebius.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150318050447.GX17947>