staging: wfx: sta.o was linked twice

sta.o was listed twice in the Makefile.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20220225112405.355599-2-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jérôme Pouiller 2022-02-25 12:23:56 +01:00 committed by Greg Kroah-Hartman
parent 91c9ba35bb
commit a42614f2b4

View File

@ -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')