]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/if_cxgbe/Makefile
Merge LLDB 3.8
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / if_cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 CXGBE=  ${.CURDIR}/../../../dev/cxgbe
6 .PATH: ${CXGBE} ${CXGBE}/common
7
8 KMOD=   if_cxgbe
9 SRCS=   bus_if.h
10 SRCS+=  device_if.h
11 SRCS+=  opt_inet.h
12 SRCS+=  opt_inet6.h
13 SRCS+=  opt_ofed.h
14 SRCS+=  opt_rss.h
15 SRCS+=  pci_if.h
16 SRCS+=  t4_hw.c
17 SRCS+=  t4_l2t.c
18 SRCS+=  t4_main.c
19 SRCS+=  t4_mp_ring.c
20 SRCS+=  t4_netmap.c
21 SRCS+=  t4_sge.c
22 SRCS+=  t4_tracer.c
23
24 # Provide the timestamp of a packet in its header mbuf.
25 #CFLAGS+= -DT4_PKT_TIMESTAMP
26
27 CFLAGS+= -I${CXGBE}
28
29 .include <bsd.kmod.mk>