From: Jérôme Pouiller Date: Fri, 25 Feb 2022 11:23:56 +0000 (+0100) Subject: staging: wfx: sta.o was linked twice X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a42614f2b48bfae8b706b581cc73b32d0ff1b114;p=linux.git staging: wfx: sta.o was linked twice sta.o was listed twice in the Makefile. Signed-off-by: Jérôme Pouiller Link: https://lore.kernel.org/r/20220225112405.355599-2-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wfx/Makefile b/drivers/staging/wfx/Makefile index ae94c6552d778..c8b356f71c99e 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')