]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/tom/Makefile
Merge ^/vendor/lldb/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / tom / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 CXGBE=  ${SRCTOP}/sys/dev/cxgbe
6 .PATH: ${CXGBE}/tom
7
8 KMOD=   t4_tom
9 SRCS=   bus_if.h
10 SRCS+=  device_if.h
11 SRCS+=  opt_inet.h
12 SRCS+=  opt_inet6.h
13 SRCS+=  opt_kern_tls.h
14 SRCS+=  opt_ratelimit.h
15 SRCS+=  pci_if.h
16 SRCS+=  t4_connect.c
17 SRCS+=  t4_cpl_io.c
18 SRCS+=  t4_ddp.c
19 SRCS+=  t4_listen.c
20 SRCS+=  t4_tls.c
21 SRCS+=  t4_tom.c
22 SRCS+=  t4_tom_l2t.c
23
24 CFLAGS+= -I${CXGBE}
25
26 .include <bsd.kmod.mk>