diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2020-02-06 21:01:19 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2020-02-06 21:01:19 +0000 |
| commit | b09e7a4f42b5a40521d91c1c615edc7dff0fb44f (patch) | |
| tree | ecb9222be9c99c018c7ccb962b2460cd5812507f /sys/modules/oce | |
| parent | a40068e524d30ce358e949f5cf729366d688aee0 (diff) | |
Notes
Diffstat (limited to 'sys/modules/oce')
| -rw-r--r-- | sys/modules/oce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
