aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/Makefile
blob: 9396dc9fe3c5c475588de3e2adce034eb66b6a42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
obj-$(CONFIG_WIL6210) += wil6210.o

wil6210-objs := main.o
wil6210-objs += netdev.o
wil6210-objs += cfg80211.o
wil6210-objs += pcie_bus.o
wil6210-objs += debugfs.o
wil6210-objs += wmi.o
wil6210-objs += interrupt.o
wil6210-objs += txrx.o

subdir-ccflags-y += -Werror
subdir-ccflags-y += -D__CHECK_ENDIAN__