]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/oce/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>