]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bnxt/Makefile
zfs: merge openzfs/zfs@043c6ee3b
[FreeBSD/FreeBSD.git] / sys / modules / bnxt / Makefile
1
2 .PATH:  ${SRCTOP}/sys/dev/bnxt
3
4 KMOD    = if_bnxt
5 SRCS    = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
6 SRCS    += opt_inet.h opt_inet6.h opt_rss.h
7 SRCS    += bnxt_txrx.c if_bnxt.c
8 SRCS    += bnxt_hwrm.c
9 SRCS    += bnxt_sysctl.c
10 SRCS    += bnxt_mgmt.c
11
12 CFLAGS+= -DIFLIB
13
14 .include <bsd.kmod.mk>