Deleted Added
full compact
Makefile (278913) Makefile (290135)
1# $FreeBSD: head/sys/modules/mthca/Makefile 278913 2015-02-17 19:27:14Z glebius $
2
1# $FreeBSD: head/sys/modules/mthca/Makefile 290135 2015-10-29 08:28:39Z hselasky $
3.PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mthca
4
5KMOD = mthca
6SRCS = device_if.h bus_if.h pci_if.h vnode_if.h
7SRCS+= mthca_allocator.c mthca_av.c mthca_catas.c mthca_cmd.c mthca_cq.c
8SRCS+= mthca_eq.c mthca_mad.c mthca_main.c mthca_mcg.c mthca_memfree.c
9SRCS+= mthca_mr.c mthca_pd.c mthca_profile.c mthca_provider.c mthca_qp.c
10SRCS+= mthca_reset.c mthca_srq.c mthca_uar.c
11SRCS+= opt_inet.h opt_inet6.h
12
13CFLAGS+= -I${.CURDIR}/../../ofed/include
2.PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mthca
3
4KMOD = mthca
5SRCS = device_if.h bus_if.h pci_if.h vnode_if.h
6SRCS+= mthca_allocator.c mthca_av.c mthca_catas.c mthca_cmd.c mthca_cq.c
7SRCS+= mthca_eq.c mthca_mad.c mthca_main.c mthca_mcg.c mthca_memfree.c
8SRCS+= mthca_mr.c mthca_pd.c mthca_profile.c mthca_provider.c mthca_qp.c
9SRCS+= mthca_reset.c mthca_srq.c mthca_uar.c
10SRCS+= opt_inet.h opt_inet6.h
11
12CFLAGS+= -I${.CURDIR}/../../ofed/include
13CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
14
15.include <bsd.kmod.mk>
16
17CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
14
15.include <bsd.kmod.mk>
16
17CFLAGS+= -Wno-cast-qual -Wno-pointer-arith