diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-03-20 21:06:58 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-03-20 21:06:58 +0000 |
| commit | 15fe2513996eaa8857fcf66a632814b5f9374b03 (patch) | |
| tree | 4f4095aa8c678b762399eae8e4e011ae0082edc3 /sys/modules/mlx5 | |
| parent | 99258935eb2bbb0c8b0ec77c632d7f90a4f6642c (diff) | |
Notes
Diffstat (limited to 'sys/modules/mlx5')
| -rw-r--r-- | sys/modules/mlx5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/mlx5/Makefile b/sys/modules/mlx5/Makefile index 9972419b8fe85..26b46f8efdbdc 100644 --- a/sys/modules/mlx5/Makefile +++ b/sys/modules/mlx5/Makefile @@ -33,9 +33,9 @@ mlx5_uar.c \ mlx5_vport.c \ mlx5_vsc.c \ mlx5_wq.c \ -mlx5_gid.c \ -device_if.h bus_if.h vnode_if.h pci_if.h pci_iov_if.h \ -opt_inet.h opt_inet6.h opt_rss.h opt_ratelimit.h +mlx5_gid.c +SRCS+= ${LINUXKPI_GENSRCS} +SRCS+= opt_inet.h opt_inet6.h opt_rss.h opt_ratelimit.h CFLAGS+= -I${SRCTOP}/sys/ofed/include CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include |
