]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/if_cxgbe/Makefile
less: upgrade to v581.
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / if_cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .include <kmod.opts.mk>
6
7 CXGBE=  ${SRCTOP}/sys/dev/cxgbe
8 .PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/crypto ${CXGBE}/cudbg
9
10 KMOD=   if_cxgbe
11 SRCS=   bus_if.h
12 SRCS+=  device_if.h
13 SRCS+=  opt_ddb.h
14 SRCS+=  opt_inet.h
15 SRCS+=  opt_inet6.h
16 SRCS+=  opt_kern_tls.h
17 SRCS+=  opt_ofed.h
18 SRCS+=  opt_ratelimit.h
19 SRCS+=  opt_rss.h
20 SRCS+=  pci_if.h pci_iov_if.h
21 SRCS+=  t4_clip.c
22 SRCS+=  t4_filter.c
23 SRCS+=  t4_hw.c
24 SRCS+=  t4_if.c t4_if.h
25 SRCS+=  t4_iov.c
26 .if ${KERN_OPTS:MKERN_TLS} != ""
27 SRCS+=  t4_kern_tls.c
28 .endif
29 SRCS+=  t4_keyctx.c
30 SRCS+=  t4_l2t.c
31 SRCS+=  t4_main.c
32 SRCS+=  t4_mp_ring.c
33 SRCS+=  t4_netmap.c
34 SRCS+=  t4_sched.c
35 SRCS+=  t4_sge.c
36 SRCS+=  t4_smt.c
37 SRCS+=  t4_tracer.c
38 SRCS+=  cudbg_common.c
39 SRCS+=  cudbg_flash_utils.c
40 SRCS+=  cudbg_lib.c
41 SRCS+=  cudbg_wtp.c
42 SRCS+=  fastlz_api.c
43 SRCS+=  fastlz.c
44
45 CFLAGS+= -I${CXGBE}
46
47 .include <bsd.kmod.mk>