]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/oce/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / oce / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .PATH:  ${.CURDIR}/../../dev/oce
6 KMOD    = oce
7 SRCS    = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
8 SRCS    += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
9
10 CFLAGS+= -I${.CURDIR}/../../dev/oce -DSMP
11
12 # uncomment for lock profiling statistics
13 #CFLAGS  += -DLOCK_PROFILING
14
15 .include <bsd.kmod.mk>