summaryrefslogtreecommitdiffstats
path: root/sys/modules/mlxen/Makefile
blob: 4c439987cb905e40b10fe6e36f01c020072d6dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
.PATH:  ${.CURDIR}/../../ofed/drivers/net/mlx4

KMOD    = mlxen
SRCS    = device_if.h bus_if.h pci_if.h vnode_if.h
SRCS	+= en_cq.c en_main.c en_netdev.c en_port.c en_resources.c
SRCS	+= en_rx.c en_tx.c
SRCS	+= opt_inet.h opt_inet6.h
CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4
CFLAGS+= -I${.CURDIR}/../../ofed/include
CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud