svn commit: r306700 - stable/11/sys/conf

John Baldwin jhb at FreeBSD.org
Wed Oct 5 00:49:40 UTC 2016


Author: jhb
Date: Wed Oct  5 00:49:39 2016
New Revision: 306700
URL: https://svnweb.freebsd.org/changeset/base/306700

Log:
  MFC 303226: Fix kernel builds with "device cxgbe".

Modified:
  stable/11/sys/conf/files
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/conf/files
==============================================================================
--- stable/11/sys/conf/files	Wed Oct  5 00:45:58 2016	(r306699)
+++ stable/11/sys/conf/files	Wed Oct  5 00:49:39 2016	(r306700)
@@ -1244,6 +1244,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