2016-11-15 20:35:29 +00:00
|
|
|
#$FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/bnxt
|
2016-11-15 20:35:29 +00:00
|
|
|
|
|
|
|
KMOD = if_bnxt
|
|
|
|
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
|
|
|
|
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
|
|
|
SRCS += bnxt_txrx.c if_bnxt.c
|
|
|
|
SRCS += bnxt_hwrm.c bnxt_hwrm.h
|
|
|
|
SRCS += bnxt_sysctl.c bnxt_sysctl.h
|
|
|
|
|
|
|
|
CFLAGS+= -DIFLIB
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|