staging: wfx: sta.o was linked twice
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Fri, 25 Feb 2022 11:23:56 +0000 (12:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Feb 2022 13:00:28 +0000 (14:00 +0100)
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>
drivers/staging/wfx/Makefile

index ae94c6552d778245d24c6b99e1441fc5b622f5a9..c8b356f71c99edf81b4a8d43a69cb602e252b1f0 100644 (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')