summaryrefslogtreecommitdiffstats
path: root/sys/modules/oce/Makefile
blob: 5565d2dec31a0a97dff112f54d67ccbad7b4163d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $FreeBSD$
#

.PATH:	${SRCTOP}/sys/dev/oce
KMOD	= if_oce
SRCS    = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
SRCS    += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h

CFLAGS+= -I${SRCTOP}/sys/dev/oce -DSMP

# uncomment for lock profiling statistics
#CFLAGS  += -DLOCK_PROFILING

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud