2022-02-25 11:59:04

by Jérôme Pouiller

[permalink] [raw]
Subject: [PATCH 01/10] staging: wfx: sta.o was linked twice

From: Jérôme Pouiller <[email protected]>

sta.o was listed twice in the Makefile.

Signed-off-by: Jérôme Pouiller <[email protected]>
---
drivers/staging/wfx/Makefile | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/wfx/Makefile b/drivers/staging/wfx/Makefile
index ae94c6552d77..c8b356f71c99 100644
--- a/drivers/staging/wfx/Makefile
+++ b/drivers/staging/wfx/Makefile
@@ -17,7 +17,6 @@ wfx-y := \
sta.o \
key.o \
main.o \
- sta.o \
debug.o
wfx-$(CONFIG_SPI) += bus_spi.o
# When CONFIG_MMC == m, append to 'wfx-y' (and not to 'wfx-m')
--
2.34.1