diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-12-07 12:38:51 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-12-07 12:38:51 +0000 |
| commit | 278ce1c91971569d582c0f1cc0b0b2ddac4afc95 (patch) | |
| tree | 8a69b4ba37439c5c131beaf5f8f8635a11f75ff2 /sys/modules/mlx5/Makefile | |
| parent | 4d22d07a075d6d899dd496eaf2decdce9b8327ae (diff) | |
Notes
Diffstat (limited to 'sys/modules/mlx5/Makefile')
| -rw-r--r-- | sys/modules/mlx5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mlx5/Makefile b/sys/modules/mlx5/Makefile index eaf5206abfb5..9cf64ea7bff8 100644 --- a/sys/modules/mlx5/Makefile +++ b/sys/modules/mlx5/Makefile @@ -24,7 +24,7 @@ mlx5_uar.c \ mlx5_vport.c \ mlx5_wq.c \ device_if.h bus_if.h vnode_if.h pci_if.h \ - opt_inet.h opt_inet6.h opt_random.h + opt_inet.h opt_inet6.h opt_random.h opt_rss.h CFLAGS+= -I${.CURDIR}/../../ofed/include CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include |
