summaryrefslogtreecommitdiff
path: root/Makefile.kernel
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2016-03-28 17:29:43 +0200
committerBjørn Mork <bjorn@mork.no>2016-03-28 17:29:43 +0200
commit512452f93f997bcab904c0efafd0a48a7d6553dd (patch)
tree6cdc993d3bc312dafb833f42e2b93d6bf8515054 /Makefile.kernel
parentbbd0a5f54c6a0902b480a440d33c99fabb2b17a6 (diff)
mwlwifi: squashme20160328-3
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'Makefile.kernel')
-rw-r--r--Makefile.kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.kernel b/Makefile.kernel
index 37af74f..e10aa42 100644
--- a/Makefile.kernel
+++ b/Makefile.kernel
@@ -7,7 +7,7 @@ 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
ccflags-y += -D__CHECK_ENDIAN__