]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/oce/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>