From b09e7a4f42b5a40521d91c1c615edc7dff0fb44f Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 6 Feb 2020 21:01:19 +0000 Subject: Remove more manual additions of -DSMP. Since r357598 this should no longer be necessary. --- sys/modules/oce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/oce') diff --git a/sys/modules/oce/Makefile b/sys/modules/oce/Makefile index 5565d2dec31a..f5ea74b979ea 100644 --- a/sys/modules/oce/Makefile +++ b/sys/modules/oce/Makefile @@ -7,7 +7,7 @@ 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 -DSMP +CFLAGS+= -I${SRCTOP}/sys/dev/oce # uncomment for lock profiling statistics #CFLAGS += -DLOCK_PROFILING -- cgit v1.3