Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 13:05:23 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255936 - head/sys/modules/sfxge
Message-ID:  <201309291305.r8TD5Ndr078149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291305.r8TD5Ndr078149>