]> Git Repo - linux.git/blob - drivers/staging/wilc1000/Makefile
selftests: pmtu: Factor out MTU parsing helper
[linux.git] / drivers / staging / wilc1000 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_WILC1000) += wilc1000.o
3
4 ccflags-y += -DFIRMWARE_1002=\"atmel/wilc1002_firmware.bin\" \
5                 -DFIRMWARE_1003=\"atmel/wilc1003_firmware.bin\"
6
7 ccflags-y += -I$(src)/ -DWILC_ASIC_A0 -DWILC_DEBUGFS
8
9 wilc1000-objs := wilc_wfi_cfgoperations.o linux_wlan.o linux_mon.o \
10                         coreconfigurator.o host_interface.o \
11                         wilc_wlan_cfg.o wilc_debugfs.o \
12                         wilc_wlan.o
13
14 obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o
15 wilc1000-sdio-objs += wilc_sdio.o
16
17 obj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o
18 wilc1000-spi-objs += wilc_spi.o
This page took 0.037965 seconds and 4 git commands to generate.