summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/Makefile
diff options
context:
space:
mode:
authorGovind Singh <govinds@codeaurora.org>2018-04-10 18:01:14 +0300
committerKalle Valo <kvalo@codeaurora.org>2018-04-19 18:51:52 +0300
commit17f5559e0da51a8780cd93206689f05feca46615 (patch)
treef63e55bfbd7c0ff6868747aeb980dbb376b37ec8 /drivers/net/wireless/ath/ath10k/Makefile
parenta0aedd6e0b5755a4c1cf288744a0fbef667f9f8f (diff)
ath10k: platform driver for WCN3990 SNOC WLAN module
WCN3990 is integrated 802.11ac chipset with SNOC bus interface. Add snoc layer driver registration and associated ops. WCN3990 support is not yet complete as cold-boot handshake is done using qmi(Qualcomm-MSM-Interface) and qmi client support will be added once qmi framework is available. Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath10k/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/Makefile b/drivers/net/wireless/ath/ath10k/Makefile
index 536f3dfb9364..44d60a61b242 100644
--- a/drivers/net/wireless/ath/ath10k/Makefile
+++ b/drivers/net/wireless/ath/ath10k/Makefile
@@ -35,5 +35,8 @@ ath10k_sdio-y += sdio.o
obj-$(CONFIG_ATH10K_USB) += ath10k_usb.o
ath10k_usb-y += usb.o
+obj-$(CONFIG_ATH10K_SNOC) += ath10k_snoc.o
+ath10k_snoc-y += snoc.o
+
# for tracing framework to find trace.h
CFLAGS_trace.o := -I$(src)