Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-2.6-microblaze.git] / drivers / staging / wfx / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 # Necessary for CREATE_TRACE_POINTS
4 CFLAGS_debug.o = -I$(src)
5
6 wfx-y := \
7         bh.o \
8         hwio.o \
9         fwio.o \
10         hif_tx_mib.o \
11         hif_tx.o \
12         hif_rx.o \
13         queue.o \
14         data_tx.o \
15         data_rx.o \
16         scan.o \
17         sta.o \
18         key.o \
19         main.o \
20         sta.o \
21         debug.o
22 wfx-$(CONFIG_SPI) += bus_spi.o
23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
24
25 obj-$(CONFIG_WFX) += wfx.o