svn commit: r354686 - head/sys/conf

John Baldwin jhb at FreeBSD.org
Wed Nov 13 17:06:11 UTC 2019


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 \


More information about the svn-src-all mailing list