staging: r8188eu: Makefile: remove unused driver config
authorMartin Kaiser <martin@kaiser.cx>
Sat, 16 Oct 2021 17:35:42 +0000 (19:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Oct 2021 14:46:28 +0000 (16:46 +0200)
Remove config settings from the Makefile that are related to
unused or deleted features.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Acked-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20211016173544.25376-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/Makefile

index 1e0cb819f7f37d0c3be5b61726705987ccd0f06d..fccf7e6d152057f9ab609aef866c4a7666e46a13 100644 (file)
@@ -4,8 +4,6 @@ EXTRA_CFLAGS += -O1
 
 ccflags-y += -D__CHECK_ENDIAN__
 
-CONFIG_WOWLAN = n
-
 OUTSRC_FILES :=                                \
                hal/HalHWImg8188E_MAC.o \
                hal/HalHWImg8188E_BB.o  \
@@ -36,10 +34,6 @@ OUTSRC_FILES :=                              \
                hal/usb_halinit.o       \
                hal/usb_ops_linux.o
 
-RTL871X = rtl8188e
-
-HCI_NAME = usb
-
 _OS_INTFS_FILES :=                             \
                        os_dep/ioctl_linux.o    \
                        os_dep/mlme_linux.o     \
@@ -52,10 +46,6 @@ _OS_INTFS_FILES :=                           \
 
 _HAL_INTFS_FILES += $(OUTSRC_FILES)
 
-ifeq ($(CONFIG_WOWLAN), y)
-EXTRA_CFLAGS += -DCONFIG_WOWLAN
-endif
-
 SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc.*/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")
 
 ARCH ?= $(SUBARCH)