1obj-$(CONFIG_WIL6210) += wil6210.o 2 3wil6210-objs := main.o 4wil6210-objs += netdev.o 5wil6210-objs += cfg80211.o 6wil6210-objs += pcie_bus.o 7wil6210-objs += debugfs.o 8wil6210-objs += wmi.o 9wil6210-objs += interrupt.o 10wil6210-objs += txrx.o 11 12ifeq (, $(findstring -W,$(EXTRA_CFLAGS))) 13 subdir-ccflags-y += -Werror 14endif 15subdir-ccflags-y += -D__CHECK_ENDIAN__ 16