Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2016 15:12:03 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303226 - head/sys/conf
Message-ID:  <201607231512.u6NFC3DD089400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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