aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgbe/if_cxgbe/Makefile
blob: 981c3466c452fdb87bbe108034918cf0e0a2b634 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
#

.include <kmod.opts.mk>

CXGBE=	${SRCTOP}/sys/dev/cxgbe
.PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/crypto ${CXGBE}/cudbg

KMOD=	if_cxgbe
SRCS=	bus_if.h
SRCS+=	device_if.h
SRCS+=	opt_ddb.h
SRCS+=	opt_inet.h
SRCS+=	opt_inet6.h
SRCS+=	opt_kern_tls.h
SRCS+=	opt_ofed.h
SRCS+=	opt_ratelimit.h
SRCS+=	opt_rss.h
SRCS+=	pci_if.h pci_iov_if.h
SRCS+=	t4_clip.c
SRCS+=	t4_filter.c
SRCS+=	t4_hw.c
SRCS+=	t4_if.c t4_if.h
SRCS+=	t4_iov.c
SRCS.KERN_TLS+=	t6_kern_tls.c
SRCS+=	t4_keyctx.c
SRCS+=	t4_l2t.c
SRCS+=	t4_main.c
SRCS+=	t4_mp_ring.c
SRCS+=	t4_netmap.c
SRCS+=	t4_sched.c
SRCS+=	t4_sge.c
SRCS+=	t4_smt.c
SRCS+=	t4_tracer.c
SRCS+=  cudbg_common.c
SRCS+=  cudbg_flash_utils.c
SRCS+=  cudbg_lib.c
SRCS+=  cudbg_wtp.c
SRCS+=  fastlz_api.c
SRCS+=  fastlz.c

CFLAGS+= -I${CXGBE}

EXPORT_SYMS=	YES

.include <bsd.kmod.mk>