2012-12-20 21:13:19 +00:00
|
|
|
obj-$(CONFIG_WIL6210) += wil6210.o
|
|
|
|
|
2013-05-12 11:43:35 +00:00
|
|
|
wil6210-y := main.o
|
|
|
|
wil6210-y += netdev.o
|
|
|
|
wil6210-y += cfg80211.o
|
|
|
|
wil6210-y += pcie_bus.o
|
|
|
|
wil6210-y += debugfs.o
|
|
|
|
wil6210-y += wmi.o
|
|
|
|
wil6210-y += interrupt.o
|
|
|
|
wil6210-y += txrx.o
|
|
|
|
wil6210-y += debug.o
|
2014-02-27 14:20:44 +00:00
|
|
|
wil6210-y += rx_reorder.o
|
2014-10-01 12:05:25 +00:00
|
|
|
wil6210-y += ioctl.o
|
2014-09-10 13:34:30 +00:00
|
|
|
wil6210-y += fw.o
|
2015-07-30 10:52:05 +00:00
|
|
|
wil6210-y += pm.o
|
2015-04-30 13:25:09 +00:00
|
|
|
wil6210-y += pmc.o
|
2013-05-12 11:43:35 +00:00
|
|
|
wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
|
2014-09-10 13:34:35 +00:00
|
|
|
wil6210-y += wil_platform.o
|
2014-09-22 12:31:41 +00:00
|
|
|
wil6210-y += ethtool.o
|
2015-10-04 07:23:26 +00:00
|
|
|
wil6210-y += wil_crash_dump.o
|
2016-03-01 17:18:12 +00:00
|
|
|
wil6210-y += p2p.o
|
2012-12-20 21:13:19 +00:00
|
|
|
|
2013-05-12 11:43:35 +00:00
|
|
|
# for tracing framework to find trace.h
|
|
|
|
CFLAGS_trace.o := -I$(src)
|