Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
[cascardo/linux.git] / drivers / net / wireless / ath / wil6210 / Makefile
1 obj-$(CONFIG_WIL6210) += wil6210.o
2
3 wil6210-y := main.o
4 wil6210-y += netdev.o
5 wil6210-y += cfg80211.o
6 wil6210-y += pcie_bus.o
7 wil6210-y += debugfs.o
8 wil6210-y += wmi.o
9 wil6210-y += interrupt.o
10 wil6210-y += txrx.o
11 wil6210-y += debug.o
12 wil6210-y += rx_reorder.o
13 wil6210-y += ioctl.o
14 wil6210-y += fw.o
15 wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
16 wil6210-y += wil_platform.o
17 wil6210-$(CONFIG_WIL6210_PLATFORM_MSM) += wil_platform_msm.o
18 wil6210-y += ethtool.o
19
20 # for tracing framework to find trace.h
21 CFLAGS_trace.o := -I$(src)
22
23 subdir-ccflags-y += -D__CHECK_ENDIAN__