wil6210: fix race condition between BACK event and Rx data
[deliverable/linux.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
151a9706 13wil6210-y += fw.o
98658095 14wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
f772ebfb
VK
15wil6210-y += wil_platform.o
16wil6210-$(CONFIG_WIL6210_PLATFORM_MSM) += wil_platform_msm.o
2be7d22f 17
98658095
VK
18# for tracing framework to find trace.h
19CFLAGS_trace.o := -I$(src)
20
2be7d22f 21subdir-ccflags-y += -D__CHECK_ENDIAN__
This page took 0.197294 seconds and 5 git commands to generate.