projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22daafe
)
net: wireless: bcmdhd: Keep debug symbols for built-in driver
author
Dmitry Shmidt
<dimitrysh@google.com>
Thu, 4 Aug 2011 17:07:19 +0000
(10:07 -0700)
committer
Dmitry Shmidt
<dimitrysh@google.com>
Thu, 4 Aug 2011 17:51:43 +0000
(10:51 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/bcmdhd/Makefile
b/drivers/net/wireless/bcmdhd/Makefile
index 9984363f11dc654b211b23b0ccd1929c84cc1aff..56500b7220c66f905cee6ae3ca41ea417a08893c 100644
(file)
--- a/
drivers/net/wireless/bcmdhd/Makefile
+++ b/
drivers/net/wireless/bcmdhd/Makefile
@@
-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