summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Lin <dlin@marvell.com>2016-03-25 11:16:14 +0800
committerDavid Lin <dlin@marvell.com>2016-03-25 11:16:14 +0800
commit6988b67d9af987a7ba47f82cdaa6c9107e55ec3f (patch)
tree385463d33e124873445b0fd82f9de3e2278fe137 /Makefile
parent99d3879cc72f2a25d44fb4bee96fd84eca028b04 (diff)
Commit mwlwifi driver 10.3.0.17-20160324.20160328
1. Fixed problem: tx throughput will become lower after running for a while. 2. Fixed problme: multicast out-of-order. 3. Upgraded firmware of 88W8864 to version 7.2.9.2. Signed-off-by: David Lin <dlin@marvell.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11b812c..11cbf8e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ mwlwifi-objs += fwcmd.o
mwlwifi-objs += tx.o
mwlwifi-objs += rx.o
mwlwifi-objs += isr.o
-mwlwifi-$(CONFIG_DEBUG_FS) += debugfs.o
+mwlwifi-$(CONFIG_THERMAL) += thermal.o
+mwlwifi-$(CONFIG_DEBUG_FS) += debugfs.o
ifeq (1, $(BUILD_MFG))
mwlwifi-objs += mfg.o
endif
@@ -23,6 +24,10 @@ ifeq (1, $(BUILD_MFG))
EXTRA_CFLAGS+= -DSUPPORT_MFG
endif
+ifeq (1, $(BUILD_BG4CT_A0))
+EXTRA_CFLAGS+= -DBG4CT_A0_WORKAROUND
+endif
+
EXTRA_CFLAGS+= -I${PWD}
all: