summaryrefslogtreecommitdiff
path: root/Makefile.external
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.external')
-rw-r--r--Makefile.external4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.external b/Makefile.external
index 11cbf8e..f908278 100644
--- a/Makefile.external
+++ b/Makefile.external
@@ -7,8 +7,8 @@ mwlwifi-objs += fwcmd.o
mwlwifi-objs += tx.o
mwlwifi-objs += rx.o
mwlwifi-objs += isr.o
-mwlwifi-$(CONFIG_THERMAL) += thermal.o
-mwlwifi-$(CONFIG_DEBUG_FS) += debugfs.o
+mwlwifi-$(CONFIG_MWLWIFI_THERMAL) += thermal.o
+mwlwifi-$(CONFIG_DEBUG_FS) += debugfs.o
ifeq (1, $(BUILD_MFG))
mwlwifi-objs += mfg.o
endif