]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/iw_cxgbe/Makefile
Merge xz 5.2.0.
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / iw_cxgbe / Makefile
1 # $FreeBSD$
2
3 CXGBE=  ${.CURDIR}/../../../dev/cxgbe
4 .PATH: ${CXGBE}/iw_cxgbe
5
6 KMOD=   iw_cxgbe
7 SRCS=   bus_if.h
8 SRCS+=  cm.c
9 SRCS+=  cq.c
10 SRCS+=  device.c
11 SRCS+=  device_if.h
12 SRCS+=  ev.c
13 SRCS+=  id_table.c
14 SRCS+=  mem.c
15 SRCS+=  opt_inet.h
16 SRCS+=  opt_ktr.h
17 SRCS+=  opt_ofed.h
18 SRCS+=  opt_sched.h
19 SRCS+=  pci_if.h
20 SRCS+=  pcib_if.h
21 SRCS+=  provider.c
22 SRCS+=  qp.c
23 SRCS+=  resource.c
24 SRCS+=  vnode_if.h
25
26 CFLAGS+= -I${CXGBE} -I${.CURDIR}/../../../ofed/include -DLINUX_TYPES_DEFINED
27
28 .include <bsd.kmod.mk>