From 22fc8564bc6c0be72b89979d15a0467eaf0522d9 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 9 Oct 2019 23:35:42 +0000 Subject: [PATCH] Add opt_kern_tls.h to the sources from t4_tom.ko. Missed in r353328. Sponsored by: Chelsio Communications --- sys/modules/cxgbe/tom/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/cxgbe/tom/Makefile b/sys/modules/cxgbe/tom/Makefile index f20fef47d43..e64fb8a4ae1 100644 --- a/sys/modules/cxgbe/tom/Makefile +++ b/sys/modules/cxgbe/tom/Makefile @@ -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