1 #$FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/bnxt
4
5 KMOD = if_bnxt
6 SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
7 SRCS += opt_inet.h opt_inet6.h opt_rss.h
8 SRCS += bnxt_txrx.c if_bnxt.c
9 SRCS += bnxt_hwrm.c
10 SRCS += bnxt_sysctl.c
11 SRCS += bnxt_mgmt.c
12
13 CFLAGS+= -DIFLIB
14
15 .include <bsd.kmod.mk>
Cache object: 8acb5e9c50552408afc540a20330d664
|