mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
15 lines
338 B
Makefile
15 lines
338 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 += 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>
|