Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 17:06:10 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354686 - head/sys/conf
Message-ID:  <201911131706.xADH6BZa000439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Nov 13 17:06:10 2019
New Revision: 354686
URL: https://svnweb.freebsd.org/changeset/base/354686

Log:
  Add t4_keyctx.c to sys/conf/files for the non-module build.
  
  Missed in r354667.
  
  Pointy hat to:	jhb
  MFC after:	1 month
  Sponsored by:	Chelsio Communications

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Nov 13 16:28:53 2019	(r354685)
+++ head/sys/conf/files	Wed Nov 13 17:06:10 2019	(r354686)
@@ -1422,6 +1422,8 @@ dev/cxgbe/common/t4_hw.c	optional cxgbe pci \
 	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
 dev/cxgbe/common/t4vf_hw.c	optional cxgbev pci \
 	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
+dev/cxgbe/crypto/t4_keyctx.c	optional cxgbe pci \
+	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
 dev/cxgbe/cudbg/cudbg_common.c	optional cxgbe \
 	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
 dev/cxgbe/cudbg/cudbg_flash_utils.c	optional cxgbe \



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