Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102761021
D42697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
793 B
Referenced Files
None
Subscribers
None
D42697.diff
View Options
diff --git a/sys/modules/tcp/Makefile b/sys/modules/tcp/Makefile
--- a/sys/modules/tcp/Makefile
+++ b/sys/modules/tcp/Makefile
@@ -1,15 +1,13 @@
-#
-#
-
.include <kmod.opts.mk>
-SUBDIR= \
+SUBDIR= ${_hpts} \
${_tcp_bbr} \
${_tcp_rack} \
${_tcpmd5} \
.if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \
defined(ALL_MODULES)
+_hpts= hpts
_tcp_bbr= bbr
_tcp_rack= rack
.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MTCP_SIGNATURE}
diff --git a/sys/modules/tcp/hpts/Makefile b/sys/modules/tcp/hpts/Makefile
new file mode 100644
--- /dev/null
+++ b/sys/modules/tcp/hpts/Makefile
@@ -0,0 +1,6 @@
+.PATH: ${SRCTOP}/sys/netinet
+
+KMOD= tcphpts
+SRCS= tcp_hpts.c opt_inet.h opt_inet6.h opt_rss.h device_if.h bus_if.h
+
+.include <bsd.kmod.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 7:28 PM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14683732
Default Alt Text
D42697.diff (793 B)
Attached To
Mode
D42697: hpts: install kernel module
Attached
Detach File
Event Timeline
Log In to Comment