summaryrefslogtreecommitdiff
path: root/Makefile.external
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.external')
-rw-r--r--Makefile.external7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.external b/Makefile.external
index 11b812c..11cbf8e 100644
--- a/Makefile.external
+++ b/Makefile.external
@@ -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: