]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/mthca/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / sys / modules / mthca / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../ofed/drivers/infiniband/hw/mthca
4 KMOD    = mthca
5 SRCS    = device_if.h bus_if.h pci_if.h vnode_if.h
6 SRCS+=  mthca_allocator.c mthca_av.c mthca_catas.c mthca_cmd.c mthca_cq.c
7 SRCS+=  mthca_eq.c mthca_mad.c mthca_main.c mthca_mcg.c mthca_memfree.c
8 SRCS+=  mthca_mr.c mthca_pd.c mthca_profile.c mthca_provider.c mthca_qp.c
9 SRCS+=  mthca_reset.c mthca_srq.c mthca_uar.c
10
11 CFLAGS+= -I${.CURDIR}/../../ofed/include/ -DINET6
12
13 .include <bsd.kmod.mk>
14
15 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith -fms-extensions