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
This commit is contained in:
Philip Paeps 2013-09-29 13:05:22 +00:00
parent b0c6df8cbe
commit 63442a1271
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255936

View file

@ -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>