]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bnxt/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[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 bnxt_hwrm.h
10 SRCS    += bnxt_sysctl.c bnxt_sysctl.h
11
12 CFLAGS+= -DIFLIB
13
14 .include <bsd.kmod.mk>