summaryrefslogtreecommitdiff
path: root/Makefile.kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.kernel')
-rw-r--r--Makefile.kernel1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.kernel b/Makefile.kernel
index 49bd311..88f7efd 100644
--- a/Makefile.kernel
+++ b/Makefile.kernel
@@ -7,5 +7,6 @@ mwlwifi-objs += fwcmd.o
mwlwifi-objs += tx.o
mwlwifi-objs += rx.o
mwlwifi-objs += isr.o
+mwlwifi-$(CONFIG_DEBUG_FS) += debugfs.o
ccflags-y += -D__CHECK_ENDIAN__