freebsd-dev/sys/modules/oce/Makefile
Mark Johnston b09e7a4f42 Remove more manual additions of -DSMP.
Since r357598 this should no longer be necessary.
2020-02-06 21:01:19 +00:00

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>