summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/Makefile
diff options
context:
space:
mode:
authorKalle Valo2017-12-22 14:38:43 +0100
committerKalle Valo2017-12-27 11:20:15 +0100
commitf25b9f285a0eff7ae5d987acfb1d2407769b67af (patch)
tree99e62284a305dbb48145a1b020d835a4bc53677c /drivers/net/wireless/ath/ath10k/Makefile
parentath10k: remove deprecated fw_crash_dump debugfs file (diff)
downloadkernel-qcow2-linux-f25b9f285a0eff7ae5d987acfb1d2407769b67af.tar.gz
kernel-qcow2-linux-f25b9f285a0eff7ae5d987acfb1d2407769b67af.tar.xz
kernel-qcow2-linux-f25b9f285a0eff7ae5d987acfb1d2407769b67af.zip
ath10k: refactor firmware crashdump code to coredump.c
In preparation to add RAM dump support. No functional changes, only moving code and renaming function names. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath10k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/Makefile b/drivers/net/wireless/ath/ath10k/Makefile
index 8d9a59b7144e..4e6a396827ee 100644
--- a/drivers/net/wireless/ath/ath10k/Makefile
+++ b/drivers/net/wireless/ath/ath10k/Makefile
@@ -21,6 +21,7 @@ ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
ath10k_core-$(CONFIG_THERMAL) += thermal.o
ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
ath10k_core-$(CONFIG_PM) += wow.o
+ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += coredump.o
obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
ath10k_pci-y += pci.o \