]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/net/wireless/ath/wil6210/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / drivers / net / wireless / ath / wil6210 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_WIL6210) += wil6210.o
3
4 wil6210-y := main.o
5 wil6210-y += netdev.o
6 wil6210-y += cfg80211.o
7 wil6210-y += pcie_bus.o
8 wil6210-$(CONFIG_WIL6210_DEBUGFS) += debugfs.o
9 wil6210-y += wmi.o
10 wil6210-y += interrupt.o
11 wil6210-y += txrx.o
12 wil6210-y += debug.o
13 wil6210-y += rx_reorder.o
14 wil6210-y += fw.o
15 wil6210-y += pm.o
16 wil6210-y += pmc.o
17 wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
18 wil6210-y += wil_platform.o
19 wil6210-y += ethtool.o
20 wil6210-y += wil_crash_dump.o
21 wil6210-y += p2p.o
22
23 # for tracing framework to find trace.h
24 CFLAGS_trace.o := -I$(src)