Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 23:35:42 +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: r353378 - head/sys/modules/cxgbe/tom
Message-ID:  <201910092335.x99NZglG030834@repo.freebsd.org>

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



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