Author: philip Date: Sun Sep 29 13:05:22 2013 New Revision: 255936 URL: http://svnweb.freebsd.org/changeset/base/255936
Log: 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 Modified: head/sys/modules/sfxge/Makefile Modified: head/sys/modules/sfxge/Makefile ============================================================================== --- head/sys/modules/sfxge/Makefile Sun Sep 29 10:14:16 2013 (r255935) +++ head/sys/modules/sfxge/Makefile Sun Sep 29 13:05:22 2013 (r255936) @@ -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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
