aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mlx4en/Makefile
blob: 2be20987fe7e4c048cad4881e64b43e80d5d6fc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$
.PATH:  ${.CURDIR}/../../dev/mlx4/mlx4_en

KMOD=	mlx4en
SRCS=	device_if.h bus_if.h pci_if.h vnode_if.h \
	opt_inet.h opt_inet6.h \
	mlx4_en_cq.c \
	mlx4_en_main.c \
	mlx4_en_netdev.c \
	mlx4_en_port.c \
	mlx4_en_resources.c \
	mlx4_en_rx.c \
	mlx4_en_tx.c

CFLAGS+= -I${.CURDIR}/../../ofed/include
CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include

.include <bsd.kmod.mk>