summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-30 11:24:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-30 16:10:39 +0200
commit4cd1746aa746916db5aa5e351dcbfd54f2538637 (patch)
tree1a4ee9d7fc27f844729bd3764150f6fa419bc8ee /drivers/staging/r8188eu/Makefile
parent099a6ee02488d5a98f8e10d82aaa8213af897fcc (diff)
downloadlinux-4cd1746aa746916db5aa5e351dcbfd54f2538637.tar.bz2
staging: r8188eu: remove include/autoconf.h
No one uses this file, so just remove it. Also remove the pointless Makefile rule that was attempting to create it. Link: https://lore.kernel.org/r/20210730092417.1014392-5-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/Makefile')
-rw-r--r--drivers/staging/r8188eu/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/r8188eu/Makefile b/drivers/staging/r8188eu/Makefile
index ea455b0939bf..a97cced2e61a 100644
--- a/drivers/staging/r8188eu/Makefile
+++ b/drivers/staging/r8188eu/Makefile
@@ -15,8 +15,6 @@ EXTRA_CFLAGS += -I$(src)/include
ccflags-y += -D__CHECK_ENDIAN__
-CONFIG_AUTOCFG_CP = n
-
CONFIG_R8188EU = m
CONFIG_USB_HCI = y
@@ -72,11 +70,6 @@ _OS_INTFS_FILES := \
_HAL_INTFS_FILES += $(OUTSRC_FILES)
-ifeq ($(CONFIG_AUTOCFG_CP), y)
-
-$(shell cp $(TopDIR)/autoconf_rtl8188e_usb_linux.h $(TopDIR)/include/autoconf.h)
-endif
-
ifeq ($(CONFIG_BT_COEXIST), y)
EXTRA_CFLAGS += -DCONFIG_BT_COEXIST
endif