]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/wilc1000/Makefile
Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[karo-tx-linux.git] / drivers / staging / wilc1000 / Makefile
1 obj-$(CONFIG_WILC1000) += wilc1000.o
2
3 ccflags-y += -DFIRMWARE_1002=\"atmel/wilc1002_firmware.bin\" \
4                 -DFIRMWARE_1003=\"atmel/wilc1003_firmware.bin\"
5
6 ccflags-y += -I$(src)/ -DWILC_ASIC_A0 -DWILC_DEBUGFS
7
8 wilc1000-objs := wilc_wfi_cfgoperations.o linux_wlan.o linux_mon.o \
9                         coreconfigurator.o host_interface.o \
10                         wilc_wlan_cfg.o wilc_debugfs.o \
11                         wilc_wlan.o
12
13 obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o
14 wilc1000-sdio-objs += wilc_sdio.o
15
16 obj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o
17 wilc1000-spi-objs += wilc_spi.o