modules: a lot: need opt_kern_tls.h
This fixes the standalone build.
This commit is contained in:
parent
1d8c9d3c0c
commit
a335f76f2a
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_cdg
|
||||
SRCS= cc_cdg.c
|
||||
SRCS= cc_cdg.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_chd
|
||||
SRCS= cc_chd.c
|
||||
SRCS= cc_chd.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_dctcp
|
||||
SRCS= cc_dctcp.c
|
||||
SRCS= cc_dctcp.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_hd
|
||||
SRCS= cc_hd.c
|
||||
SRCS= cc_hd.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_htcp
|
||||
SRCS= cc_htcp.c
|
||||
SRCS= cc_htcp.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_vegas
|
||||
SRCS= cc_vegas.c
|
||||
SRCS= cc_vegas.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -11,6 +11,7 @@ SRCS+= bus_if.h
|
||||
SRCS+= device_if.h
|
||||
SRCS+= opt_inet.h
|
||||
SRCS+= opt_inet6.h
|
||||
SRCS+= opt_kern_tls.h
|
||||
SRCS+= pci_if.h
|
||||
SRCS+= opt_cam.h
|
||||
SRCS+= icl_conn_if.h
|
||||
|
@ -14,7 +14,7 @@ SRCS+= provider.c
|
||||
SRCS+= qp.c
|
||||
SRCS+= resource.c
|
||||
SRCS+= ${LINUXKPI_GENSRCS}
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_ktr.h opt_ofed.h
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_kern_tls.h opt_ktr.h opt_ofed.h
|
||||
|
||||
CFLAGS+= -I${CXGBE} -I${SRCTOP}/sys/ofed/include -DLINUX_TYPES_DEFINED
|
||||
CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
|
||||
|
@ -7,7 +7,7 @@ SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \
|
||||
ip_log.c ip_fil_freebsd.c fil.c ip_lookup.c ip_pool.c ip_htable.c \
|
||||
ip_sync.c \
|
||||
ip_nat6.c ip_rules.c ip_scan.c ip_dstlist.c radix_ipf.c
|
||||
SRCS+= opt_bpf.h opt_inet6.h
|
||||
SRCS+= opt_bpf.h opt_inet6.h opt_kern_tls.h
|
||||
|
||||
CFLAGS+= -I${SRCTOP}/sys/contrib/ipfilter
|
||||
CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP
|
||||
|
@ -7,7 +7,7 @@ SRCS= ip_fw2.c ip_fw_pfil.c ip_fw_bpf.c
|
||||
SRCS+= ip_fw_dynamic.c ip_fw_log.c ip_fw_eaction.c
|
||||
SRCS+= ip_fw_sockopt.c ip_fw_table.c ip_fw_table_algo.c ip_fw_iface.c
|
||||
SRCS+= ip_fw_table_value.c
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h opt_kern_tls.h
|
||||
|
||||
CFLAGS+= -DIPFIREWALL -I${SRCTOP}/sys/contrib/ck/include
|
||||
#
|
||||
|
@ -5,7 +5,7 @@
|
||||
KMOD= ipsec
|
||||
SRCS= if_ipsec.c ipsec.c ipsec_input.c ipsec_mbuf.c ipsec_mod.c \
|
||||
ipsec_output.c xform_ah.c xform_esp.c xform_ipcomp.c \
|
||||
opt_inet.h opt_inet6.h opt_ipsec.h opt_sctp.h
|
||||
opt_inet.h opt_inet6.h opt_ipsec.h opt_kern_tls.h opt_sctp.h
|
||||
SRCS.INET= udpencap.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/khelp
|
||||
KMOD= h_ertt
|
||||
SRCS= h_ertt.c
|
||||
SRCS= h_ertt.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -9,6 +9,7 @@ SRCS= vnode_if.h \
|
||||
nfs_commonsubs.c \
|
||||
opt_inet.h \
|
||||
opt_inet6.h \
|
||||
opt_kern_tls.h \
|
||||
opt_kgssapi.h \
|
||||
opt_nfs.h \
|
||||
opt_ufs.h
|
||||
|
@ -6,7 +6,8 @@ KMOD= pf
|
||||
SRCS= pf.c pf_if.c pf_lb.c pf_osfp.c pf_ioctl.c pf_norm.c pf_table.c \
|
||||
pf_ruleset.c pf_nv.c pf_syncookies.c in4_cksum.c \
|
||||
bus_if.h device_if.h \
|
||||
opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h opt_sctp.h opt_global.h
|
||||
opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h opt_sctp.h opt_global.h \
|
||||
opt_kern_tls.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
# pflog can be loaded as a module, have the additional checks turned on
|
||||
|
@ -25,6 +25,7 @@ SRCS= sctp_asconf.c \
|
||||
sctputil.c
|
||||
|
||||
SRCS+= device_if.h bus_if.h vnode_if.h
|
||||
SRCS+= opt_capsicum.h opt_ktrace.h opt_inet.h opt_inet6.h opt_sctp.h
|
||||
SRCS+= opt_capsicum.h opt_ktrace.h opt_inet.h opt_inet6.h opt_kern_tls.h \
|
||||
opt_sctp.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet
|
||||
KMOD= siftr
|
||||
SRCS= siftr.c
|
||||
SRCS= siftr.c opt_kern_tls.h
|
||||
|
||||
# Uncomment to add IPv6 support
|
||||
#CFLAGS+=-DSIFTR_IPV6
|
||||
|
@ -3,6 +3,6 @@
|
||||
.PATH: ${SRCTOP}/sys/netipsec
|
||||
|
||||
KMOD= tcpmd5
|
||||
SRCS= xform_tcp.c opt_inet.h opt_inet6.h opt_ipsec.h
|
||||
SRCS= xform_tcp.c opt_inet.h opt_inet6.h opt_ipsec.h opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
KMOD= toecore
|
||||
SRCS= toecore.c
|
||||
SRCS+= opt_ofed.h opt_inet.h opt_inet6.h
|
||||
SRCS+= opt_ofed.h opt_inet.h opt_inet6.h opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user