net: wireless: bcmdhd: Keep debug symbols for built-in driver
authorDmitry Shmidt <dimitrysh@google.com>
Thu, 4 Aug 2011 17:07:19 +0000 (10:07 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:22:30 +0000 (12:22 -0800)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/Makefile

index 9984363..56500b7 100644 (file)
@@ -26,4 +26,6 @@ bcmdhd-objs += wl_cfg80211.o wl_cfgp2p.o dhd_linux_mon.o
 DHDCFLAGS += -DWL_CFG80211
 endif
 EXTRA_CFLAGS = $(DHDCFLAGS)
+ifeq ($(CONFIG_BCMDHD),m)
 EXTRA_LDFLAGS += --strip-debug
+endif