aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rdma
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2020-04-28 16:09:18 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2020-04-28 16:09:18 +0000
commit4e4ec35e32b4d1b8664760ad7b5cc71243d55508 (patch)
treea7b467a186802fc04afef289469f81a903412f57 /sys/modules/rdma
parent18bcf5a07dad0ed98a5027dfde50585f758e2ca4 (diff)
Notes
Diffstat (limited to 'sys/modules/rdma')
-rw-r--r--sys/modules/rdma/krping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/rdma/krping/Makefile b/sys/modules/rdma/krping/Makefile
index f3f8e1270f5e..97c2fdedb91d 100644
--- a/sys/modules/rdma/krping/Makefile
+++ b/sys/modules/rdma/krping/Makefile
@@ -4,7 +4,7 @@
KMOD= krping
SRCS= krping.c krping_dev.c getopt.c
SRCS+= ${LINUXKPI_GENSRCS}
-SRCS+= opt_sched.h opt_inet.h opt_inet6.h
+SRCS+= opt_inet.h opt_inet6.h
CFLAGS+= -I${SRCTOP}/sys/ofed/include
CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include