svn commit: r303226 - head/sys/conf

Navdeep Parhar np at FreeBSD.org
Sat Jul 23 15:12:04 UTC 2016


Author: np
Date: Sat Jul 23 15:12:03 2016
New Revision: 303226
URL: https://svnweb.freebsd.org/changeset/base/303226

Log:
  Fix kernel builds with "device cxgbe".

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sat Jul 23 14:38:09 2016	(r303225)
+++ head/sys/conf/files	Sat Jul 23 15:12:03 2016	(r303226)
@@ -1243,6 +1243,7 @@ dev/cxgb/sys/uipc_mvec.c	optional cxgb p
 	compile-with "${NORMAL_C} -I$S/dev/cxgb"
 dev/cxgb/cxgb_t3fw.c		optional cxgb cxgb_t3fw \
 	compile-with "${NORMAL_C} -I$S/dev/cxgb"
+dev/cxgbe/t4_if.m		optional cxgbe pci
 dev/cxgbe/t4_iov.c		optional cxgbe pci \
 	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
 dev/cxgbe/t4_mp_ring.c		optional cxgbe pci \


More information about the svn-src-all mailing list