diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-11-21 09:08:27 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-11-21 09:08:27 +0000 |
| commit | 5cbcf51dced1b36ca735d54410d711faf26180b9 (patch) | |
| tree | 4ce8bdc74705360fe305617b8b7c54be02a45772 /sys | |
| parent | 937d37fc6c80b2171091fc773eb40bab53d84648 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/mlx4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/mlx4/Makefile b/sys/modules/mlx4/Makefile index d71f79bde0e2..c2ade96d6fb1 100644 --- a/sys/modules/mlx4/Makefile +++ b/sys/modules/mlx4/Makefile @@ -26,6 +26,7 @@ SRCS= device_if.h bus_if.h vnode_if.h pci_if.h \ mlx4_resource_tracker.c CFLAGS+= -I${SRCTOP}/sys/ofed/include +CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include .include <bsd.kmod.mk> |
