]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mthca/Makefile
Merge compiler-rt trunk r338150, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / mthca / Makefile
1 # $FreeBSD$
2 .PATH:  ${SRCTOP}/sys/dev/mthca
3
4 KMOD=   mthca
5 SRCS= \
6 mthca_allocator.c \
7 mthca_av.c \
8 mthca_catas.c \
9 mthca_cmd.c \
10 mthca_cq.c \
11 mthca_eq.c \
12 mthca_mad.c \
13 mthca_main.c \
14 mthca_mcg.c \
15 mthca_memfree.c \
16 mthca_mr.c \
17 mthca_pd.c \
18 mthca_profile.c \
19 mthca_provider.c \
20 mthca_qp.c \
21 mthca_reset.c \
22 mthca_srq.c \
23 mthca_uar.c \
24 device_if.h bus_if.h vnode_if.h pci_if.h \
25         opt_inet.h opt_inet6.h
26
27 CFLAGS+= -I${SRCTOP}/sys/ofed/include
28 CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
29 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
30 CFLAGS+= -DCONFIG_INFINIBAND_USER_MEM
31 CFLAGS+= -DINET6 -DINET
32
33 .include <bsd.kmod.mk>
34
35 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith