Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[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 ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
13         subdir-ccflags-y += -Werror
14 endif
15 subdir-ccflags-y += -D__CHECK_ENDIAN__