drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / drivers / net / wireless / silabs / wfx / Makefile
blobc8b356f71c99edf81b4a8d43a69cb602e252b1f0
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Necessary for CREATE_TRACE_POINTS
4 CFLAGS_debug.o = -I$(src)
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 debug.o
21 wfx-$(CONFIG_SPI) += bus_spi.o
22 # When CONFIG_MMC == m, append to 'wfx-y' (and not to 'wfx-m')
23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
25 obj-$(CONFIG_WFX) += wfx.o