diff options
| author | Stephen Hurd <shurd@FreeBSD.org> | 2016-11-15 20:35:29 +0000 |
|---|---|---|
| committer | Stephen Hurd <shurd@FreeBSD.org> | 2016-11-15 20:35:29 +0000 |
| commit | d933e97f9d7c919e68dc6aca4a6819a13ab3fbbf (patch) | |
| tree | 4f89247497408a43fb5990bb27f37c9cb60dca63 /sys/modules/bnxt | |
| parent | ba3eb10d85f675c9134b422cf455e1794dba321c (diff) | |
Notes
Diffstat (limited to 'sys/modules/bnxt')
| -rw-r--r-- | sys/modules/bnxt/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/bnxt/Makefile b/sys/modules/bnxt/Makefile new file mode 100644 index 000000000000..1d478d16671d --- /dev/null +++ b/sys/modules/bnxt/Makefile @@ -0,0 +1,14 @@ +#$FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/bnxt + +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> |
