aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wfx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/Makefile')
-rw-r--r--drivers/staging/wfx/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/wfx/Makefile b/drivers/staging/wfx/Makefile
new file mode 100644
index 000000000000..74939a5a0a1c
--- /dev/null
+++ b/drivers/staging/wfx/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0
+
+wfx-y := \
+ main.o
+wfx-$(CONFIG_SPI) += bus_spi.o
+wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
+
+obj-$(CONFIG_WFX) += wfx.o