]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/tom/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp
[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_ratelimit.h
14 SRCS+=  pci_if.h
15 SRCS+=  t4_connect.c
16 SRCS+=  t4_cpl_io.c
17 SRCS+=  t4_ddp.c
18 SRCS+=  t4_listen.c
19 SRCS+=  t4_tls.c
20 SRCS+=  t4_tom.c
21 SRCS+=  t4_tom_l2t.c
22
23 CFLAGS+= -I${CXGBE}
24
25 .include <bsd.kmod.mk>