summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrmh <rmh@FreeBSD.org>2012-03-16 21:46:02 +0000
committerrmh <rmh@FreeBSD.org>2012-03-16 21:46:02 +0000
commit3411b30910a1bcc2dbf8e42d108975ed0b5d295a (patch)
treefaea76e7094c56079be6d0ac44b55442f5f98722 /sys/modules
parent353cc81df98dd755171e4c317086a546f1bbcc42 (diff)
downloadFreeBSD-src-3411b30910a1bcc2dbf8e42d108975ed0b5d295a.zip
FreeBSD-src-3411b30910a1bcc2dbf8e42d108975ed0b5d295a.tar.gz
Remove gratuitous DEBUG_FLAGS="-g" setting (this is already the default
option with GENERIC kernels). Reviewed by: ken
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mps/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/mps/Makefile b/sys/modules/mps/Makefile
index 040b04e..b858964 100644
--- a/sys/modules/mps/Makefile
+++ b/sys/modules/mps/Makefile
@@ -9,6 +9,5 @@ SRCS+= opt_cam.h opt_compat.h
SRCS+= device_if.h bus_if.h pci_if.h
#CFLAGS += -DMPS_DEBUG
-DEBUG_FLAGS += -g
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud