diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-09-23 21:18:45 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-09-26 19:34:01 +0000 |
| commit | 514fb3872166a361faa81d89909f65913e90b1b2 (patch) | |
| tree | 93766998e1b8f80267da64852859c061c2e2376c /sys/modules/rdma | |
| parent | bd93b5f79ab489fb0ed6ab25d6be48242eb8c028 (diff) | |
Diffstat (limited to 'sys/modules/rdma')
| -rw-r--r-- | sys/modules/rdma/krping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/rdma/krping/Makefile b/sys/modules/rdma/krping/Makefile index 97c2fdedb91d..7f3a4962190e 100644 --- a/sys/modules/rdma/krping/Makefile +++ b/sys/modules/rdma/krping/Makefile @@ -7,6 +7,6 @@ SRCS+= ${LINUXKPI_GENSRCS} 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 +CFLAGS+= ${LINUXKPI_INCLUDES} .include <bsd.kmod.mk> |
