]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/if_cxgbev/Makefile
Add compiler-rt's libFuzzer, not connected to buildworld yet.
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / if_cxgbev / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 CXGBE=  ${SRCTOP}/sys/dev/cxgbe
6 .PATH: ${CXGBE} ${CXGBE}/common
7
8 KMOD=   if_cxgbev
9 SRCS=   bus_if.h
10 SRCS+=  device_if.h
11 SRCS+=  opt_inet.h
12 SRCS+=  opt_inet6.h
13 SRCS+=  opt_ofed.h
14 SRCS+=  opt_rss.h
15 SRCS+=  pci_if.h pci_iov_if.h
16 SRCS+=  t4_vf.c
17 SRCS+=  t4vf_hw.c
18
19 CFLAGS+= -I${CXGBE}
20
21 .include <bsd.kmod.mk>