b09e7a4f42
Since r357598 this should no longer be necessary.
16 lines
329 B
Makefile
16 lines
329 B
Makefile
#
|
|
# $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
|
|
|
|
# uncomment for lock profiling statistics
|
|
#CFLAGS += -DLOCK_PROFILING
|
|
|
|
.include <bsd.kmod.mk>
|