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 2013-09-29 13:05:22 +00:00
parent 6cadba08cd
commit 974f9452c8

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>