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