Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 00:49:39 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r306700 - stable/11/sys/conf
Message-ID:  <201610050049.u950ndSL041388@repo.freebsd.org>

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



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