]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bnxt/Makefile
zfs: merge openzfs/zfs@a9d6b0690
[FreeBSD/FreeBSD.git] / sys / modules / bnxt / Makefile
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>