Luigi Rizzo 2f345d8ed5 Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)
A manpage will come in a future commit.

Submitted by:   Naresh Raju Gottumukkala (emulex)
2012-02-10 21:03:04 +00:00

16 lines
353 B
Makefile

#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../../dev/oce
KMOD = oce
SRCS = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
#SRCS += ${ofw_bus_if} bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
CFLAGS+= -I${.CURDIR}/../../dev/oce -DSMP
# uncomment for lock profiling statistics
#CFLAGS += -DLOCK_PROFILING
.include <bsd.kmod.mk>