accel/ivpu: Move recovery work to system_unbound_wq
[drm/drm-misc.git] / drivers / net / wireless / ath / ath12k / Makefile
blobb5bb3e2599cd0eb4994fdd22b2a98a37c979fe01
1 # SPDX-License-Identifier: BSD-3-Clause-Clear
2 obj-$(CONFIG_ATH12K) += ath12k.o
3 ath12k-y += core.o \
4 hal.o \
5 hal_tx.o \
6 hal_rx.o \
7 wmi.o \
8 mac.o \
9 reg.o \
10 htc.o \
11 qmi.o \
12 dp.o \
13 dp_tx.o \
14 dp_rx.o \
15 debug.o \
16 ce.o \
17 peer.o \
18 dbring.o \
19 hw.o \
20 mhi.o \
21 pci.o \
22 dp_mon.o \
23 fw.o \
24 p2p.o
26 ath12k-$(CONFIG_ATH12K_DEBUGFS) += debugfs.o debugfs_htt_stats.o
27 ath12k-$(CONFIG_ACPI) += acpi.o
28 ath12k-$(CONFIG_ATH12K_TRACING) += trace.o
29 ath12k-$(CONFIG_PM) += wow.o
30 ath12k-$(CONFIG_ATH12K_COREDUMP) += coredump.o
32 # for tracing framework to find trace.h
33 CFLAGS_trace.o := -I$(src)