Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells...
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / ath / wil6210 / Makefile
1 obj-$(CONFIG_WIL6210) += wil6210.o
2
3 wil6210-objs := main.o
4 wil6210-objs += netdev.o
5 wil6210-objs += cfg80211.o
6 wil6210-objs += pcie_bus.o
7 wil6210-objs += debugfs.o
8 wil6210-objs += wmi.o
9 wil6210-objs += interrupt.o
10 wil6210-objs += txrx.o
11
12 subdir-ccflags-y += -Werror
13 subdir-ccflags-y += -D__CHECK_ENDIAN__