svn commit: r280197 - in head/sys: dev/ixgbe modules

Gleb Smirnoff glebius at FreeBSD.org
Wed Mar 18 05:04:50 UTC 2015


  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.


More information about the svn-src-head mailing list