2019-06-25 17:52:25 +03:00
|
|
|
# SPDX-License-Identifier: ISC
|
2012-12-20 13:13:19 -08:00
|
|
|
obj-$(CONFIG_WIL6210) += wil6210.o
|
|
|
|
|
2013-05-12 14:43:35 +03: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 14:43:35 +03: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 14:43:35 +03:00
|
|
|
wil6210-y += debug.o
|
2014-02-27 16:20:44 +02:00
|
|
|
wil6210-y += rx_reorder.o
|
2014-09-10 16:34:30 +03: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 14:43:35 +03:00
|
|
|
wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
|
2014-09-10 16:34:35 +03:00
|
|
|
wil6210-y += wil_platform.o
|
2014-09-22 15:31:41 +03:00
|
|
|
wil6210-y += ethtool.o
|
2015-10-04 10:23:26 +03:00
|
|
|
wil6210-y += wil_crash_dump.o
|
2016-03-01 19:18:12 +02:00
|
|
|
wil6210-y += p2p.o
|
2012-12-20 13:13:19 -08:00
|
|
|
|
2013-05-12 14:43:35 +03:00
|
|
|
# for tracing framework to find trace.h
|
|
|
|
CFLAGS_trace.o := -I$(src)
|