summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/Makefile
diff options
context:
space:
mode:
authorJérôme Pouiller <jerome.pouiller@silabs.com>2022-02-26 10:21:42 +0100
committerKalle Valo <kvalo@kernel.org>2022-04-06 09:52:14 +0300
commit4a5fb1bbcdf1cccae1f6b9c0277b3796b2a468ef (patch)
tree73f7dc8e436a7cc61f8a7d270067f9cb46cc1daf /drivers/staging/wfx/Makefile
parent3123109284176b1532874591f7c81f3837bbdc17 (diff)
downloadlinux-4a5fb1bbcdf1cccae1f6b9c0277b3796b2a468ef.tar.bz2
wfx: get out from the staging area
The wfx driver is now mature enough to leave the staging area. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Signed-off-by: Kalle Valo <kvalo@kernel.org>
Diffstat (limited to 'drivers/staging/wfx/Makefile')
-rw-r--r--drivers/staging/wfx/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/staging/wfx/Makefile b/drivers/staging/wfx/Makefile
deleted file mode 100644
index c8b356f71c99..000000000000
--- a/drivers/staging/wfx/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-
-# Necessary for CREATE_TRACE_POINTS
-CFLAGS_debug.o = -I$(src)
-
-wfx-y := \
- bh.o \
- hwio.o \
- fwio.o \
- hif_tx_mib.o \
- hif_tx.o \
- hif_rx.o \
- queue.o \
- data_tx.o \
- data_rx.o \
- scan.o \
- sta.o \
- key.o \
- main.o \
- debug.o
-wfx-$(CONFIG_SPI) += bus_spi.o
-# When CONFIG_MMC == m, append to 'wfx-y' (and not to 'wfx-m')
-wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
-
-obj-$(CONFIG_WFX) += wfx.o