1 obj-$(CONFIG_WIL6210) += wil6210.o
5 wil6210-y += cfg80211.o
6 wil6210-y += pcie_bus.o
9 wil6210-y += interrupt.o
12 wil6210-y += rx_reorder.o
15 wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
16 wil6210-y += wil_platform.o
17 wil6210-y += ethtool.o
19 # for tracing framework to find trace.h
20 CFLAGS_trace.o := -I$(src)
22 subdir-ccflags-y += -D__CHECK_ENDIAN__