]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/wireless/ath/wil6210/Makefile
Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wireless / ath / wil6210 / Makefile
CommitLineData
2be7d22f
VK
1obj-$(CONFIG_WIL6210) += wil6210.o
2
98658095
VK
3wil6210-y := main.o
4wil6210-y += netdev.o
5wil6210-y += cfg80211.o
6wil6210-y += pcie_bus.o
7wil6210-y += debugfs.o
8wil6210-y += wmi.o
9wil6210-y += interrupt.o
10wil6210-y += txrx.o
11wil6210-y += debug.o
b4490f42 12wil6210-y += rx_reorder.o
dba4b74d 13wil6210-y += ioctl.o
151a9706 14wil6210-y += fw.o
93cb679a 15wil6210-y += pm.o
dc16427b 16wil6210-y += pmc.o
98658095 17wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
f772ebfb 18wil6210-y += wil_platform.o
b6b1b0ec 19wil6210-y += ethtool.o
7dc47258 20wil6210-y += wil_crash_dump.o
e6d68341 21wil6210-y += p2p.o
2be7d22f 22
98658095
VK
23# for tracing framework to find trace.h
24CFLAGS_trace.o := -I$(src)
25
2be7d22f 26subdir-ccflags-y += -D__CHECK_ENDIAN__