]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/if_cxgbe/Makefile
MFC r341572 and r341590:
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / if_cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 CXGBE=  ${SRCTOP}/sys/dev/cxgbe
6 .PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/cudbg
7
8 KMOD=   if_cxgbe
9 SRCS=   bus_if.h
10 SRCS+=  device_if.h
11 SRCS+=  opt_ddb.h
12 SRCS+=  opt_inet.h
13 SRCS+=  opt_inet6.h
14 SRCS+=  opt_ofed.h
15 SRCS+=  opt_rss.h
16 SRCS+=  pci_if.h pci_iov_if.h
17 SRCS+=  t4_if.c t4_if.h
18 SRCS+=  t4_hw.c
19 SRCS+=  t4_iov.c
20 SRCS+=  t4_l2t.c
21 SRCS+=  t4_main.c
22 SRCS+=  t4_mp_ring.c
23 SRCS+=  t4_netmap.c
24 SRCS+=  t4_sched.c
25 SRCS+=  t4_sge.c
26 SRCS+=  t4_tracer.c
27 SRCS+=  cudbg_common.c
28 SRCS+=  cudbg_flash_utils.c
29 SRCS+=  cudbg_lib.c
30 SRCS+=  cudbg_wtp.c
31 SRCS+=  fastlz_api.c
32 SRCS+=  fastlz.c
33
34 # Provide the timestamp of a packet in its header mbuf.
35 #CFLAGS+= -DT4_PKT_TIMESTAMP
36
37 CFLAGS+= -I${CXGBE}
38
39 .include <bsd.kmod.mk>