]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/mlx4/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / sys / modules / mlx4 / Makefile
1 # $FreeBSD$
2 .PATH:  ${.CURDIR}/../../ofed/drivers/net/mlx4
3 KMOD    = mlx4
4 SRCS    = device_if.h bus_if.h pci_if.h vnode_if.h
5 SRCS+=  alloc.c catas.c cmd.c cq.c eq.c fw.c icm.c intf.c main.c mcg.c mr.c
6 SRCS+=  pd.c port.c profile.c qp.c reset.c sense.c srq.c xrcd.c
7
8 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4
9 CFLAGS+= -I${.CURDIR}/../../ofed/include/
10 CFLAGS+= -DINET6
11
12 .include <bsd.kmod.mk>
13
14 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith -fms-extensions