--- zzzz-none-000/linux-4.4.60/drivers/net/wireless/ath/wil6210/Makefile 2017-04-08 07:53:53.000000000 +0000 +++ dragonfly-4020-701/linux-4.4.60/drivers/net/wireless/ath/wil6210/Makefile 2018-11-08 13:36:17.000000000 +0000 @@ -5,6 +5,7 @@ wil6210-y += cfg80211.o wil6210-y += pcie_bus.o wil6210-y += debugfs.o +wil6210-y += sysfs.o wil6210-y += wmi.o wil6210-y += interrupt.o wil6210-y += txrx.o @@ -18,8 +19,16 @@ wil6210-y += wil_platform.o wil6210-y += ethtool.o wil6210-y += wil_crash_dump.o +wil6210-y += p2p.o +wil6210-y += wil_platform_ipq.o +wil6210-y += ftm.o # for tracing framework to find trace.h CFLAGS_trace.o := -I$(src) subdir-ccflags-y += -D__CHECK_ENDIAN__ + +# NSS Support +ifeq (y, $(CONFIG_WIL6210_NSS_SUPPORT)) +subdir-ccflags-y += -DCONFIG_WIL6210_NSS_SUPPORT +endif