blob: 20a5cb9d4f4c818d486bcd2cd649e0a206b3f11c [file] [log] [blame]
Johnny Kimc5c77ba2015-05-11 14:30:56 +09001obj-$(CONFIG_WILC1000) += wilc1000.o
Johnny Kimc5c77ba2015-05-11 14:30:56 +09002
Johnny Kimc5c77ba2015-05-11 14:30:56 +09003ccflags-y += -DSTA_FIRMWARE=\"atmel/wilc1000_fw.bin\" \
4 -DAP_FIRMWARE=\"atmel/wilc1000_ap_fw.bin\" \
5 -DP2P_CONCURRENCY_FIRMWARE=\"atmel/wilc1000_p2p_fw.bin\"
6
Glen Lee9e6627a2015-12-21 14:18:08 +09007ccflags-y += -I$(src)/ -DWILC_ASIC_A0 -DWILC_DEBUGFS
Johnny Kimc5c77ba2015-05-11 14:30:56 +09008#ccflags-y += -DTCP_ACK_FILTER
9
Tony Cho1625d212015-07-28 17:47:20 +090010wilc1000-objs := wilc_wfi_cfgoperations.o linux_wlan.o linux_mon.o \
Glen Leed3634092015-09-10 12:03:05 +090011 wilc_msgqueue.o \
Greg Kroah-Hartman9eb06642015-08-17 11:10:55 -070012 coreconfigurator.o host_interface.o \
Glen Leecdb99232015-11-06 18:39:58 +090013 wilc_wlan_cfg.o wilc_debugfs.o \
Tony Cho60bd1002015-10-12 16:56:04 +090014 wilc_wlan.o
Johnny Kimc5c77ba2015-05-11 14:30:56 +090015
Arnd Bergmann750ffe92015-11-16 15:05:08 +010016obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o
Glen Lee895e5ea2015-12-21 14:18:30 +090017wilc1000-sdio-objs += wilc_sdio.o
Arnd Bergmann750ffe92015-11-16 15:05:08 +010018
19obj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o
Glen Lee523fc232015-12-21 14:18:34 +090020wilc1000-spi-objs += wilc_spi.o