summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2013-09-29 13:05:22 +0000
committerphilip <philip@FreeBSD.org>2013-09-29 13:05:22 +0000
commit974f9452c8413133f0270ec632b7e925c1a66d9f (patch)
tree1bb07a50804865835b1a4e5a9e4645190e46f435 /sys/modules
parent6cadba08cd1ba50a069d07a831817dfbbd089039 (diff)
downloadFreeBSD-src-974f9452c8413133f0270ec632b7e925c1a66d9f.zip
FreeBSD-src-974f9452c8413133f0270ec632b7e925c1a66d9f.tar.gz
DEBUG_FLAGS -g is default for GENERIC and its presence interferes with
disabling the sfxge.ko.symbols build for embedded systems. Approved by: re (marius) MFC after: 3 days
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/sfxge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile
index 556ea5e..645d137 100644
--- a/sys/modules/sfxge/Makefile
+++ b/sys/modules/sfxge/Makefile
@@ -20,6 +20,6 @@ SRCS+= efx_vpd.c efx_wol.c
SRCS+= siena_mac.c siena_nic.c siena_nvram.c siena_phy.c
SRCS+= siena_sram.c siena_vpd.c
-DEBUG_FLAGS= -g -DDEBUG=1
+DEBUG_FLAGS= -DDEBUG=1
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud