svn commit: r353378 - head/sys/modules/cxgbe/tom

John Baldwin jhb at FreeBSD.org
Wed Oct 9 23:35:43 UTC 2019


Author: jhb
Date: Wed Oct  9 23:35:42 2019
New Revision: 353378
URL: https://svnweb.freebsd.org/changeset/base/353378

Log:
  Add opt_kern_tls.h to the sources from t4_tom.ko.
  
  Missed in r353328.
  
  Sponsored by:	Chelsio Communications

Modified:
  head/sys/modules/cxgbe/tom/Makefile

Modified: head/sys/modules/cxgbe/tom/Makefile
==============================================================================
--- head/sys/modules/cxgbe/tom/Makefile	Wed Oct  9 22:19:48 2019	(r353377)
+++ head/sys/modules/cxgbe/tom/Makefile	Wed Oct  9 23:35:42 2019	(r353378)
@@ -10,6 +10,7 @@ SRCS=	bus_if.h
 SRCS+=	device_if.h
 SRCS+=	opt_inet.h
 SRCS+=	opt_inet6.h
+SRCS+=	opt_kern_tls.h
 SRCS+=	opt_ratelimit.h
 SRCS+=	pci_if.h
 SRCS+=	t4_connect.c


More information about the svn-src-head mailing list