Deleted Added
full compact
Makefile (302408) Makefile (303679)
1# $FreeBSD: stable/11/sys/modules/mlx5/Makefile 291939 2015-12-07 13:16:48Z hselasky $
1# $FreeBSD: stable/11/sys/modules/mlx5/Makefile 303679 2016-08-02 20:56:00Z bdrewery $
2.PATH: ${.CURDIR}/../../dev/mlx5/mlx5_core
3
4KMOD=mlx5
5SRCS= \
6mlx5_alloc.c \
7mlx5_cmd.c \
8mlx5_cq.c \
9mlx5_eq.c \

--- 10 unchanged lines hidden (view full) ---

20mlx5_port.c \
21mlx5_qp.c \
22mlx5_srq.c \
23mlx5_transobj.c \
24mlx5_uar.c \
25mlx5_vport.c \
26mlx5_wq.c \
27device_if.h bus_if.h vnode_if.h pci_if.h \
2.PATH: ${.CURDIR}/../../dev/mlx5/mlx5_core
3
4KMOD=mlx5
5SRCS= \
6mlx5_alloc.c \
7mlx5_cmd.c \
8mlx5_cq.c \
9mlx5_eq.c \

--- 10 unchanged lines hidden (view full) ---

20mlx5_port.c \
21mlx5_qp.c \
22mlx5_srq.c \
23mlx5_transobj.c \
24mlx5_uar.c \
25mlx5_vport.c \
26mlx5_wq.c \
27device_if.h bus_if.h vnode_if.h pci_if.h \
28 opt_inet.h opt_inet6.h opt_random.h opt_rss.h
28 opt_inet.h opt_inet6.h opt_rss.h
29
30CFLAGS+= -I${.CURDIR}/../../ofed/include
31CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
32
33.include <bsd.kmod.mk>
34
35CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
29
30CFLAGS+= -I${.CURDIR}/../../ofed/include
31CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
32
33.include <bsd.kmod.mk>
34
35CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}