From 3686cfc4bd3f092d9233f6db79dd9c37206d57b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Thu, 4 Mar 2021 14:35:10 +0100 Subject: [PATCH] rtl8188eu: cleanup variables CONFIG_RTL8188EU and CONFIG_RTL8188E The variable CONFIG_RTL8188E is unused so drop it, together with the also unused cpp variable with the same name. Then use CONFIG_RTL8188EU as a normal make variable in the kernel part of the Makefile instead of exporting it in the default part of the Makefile. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 527b74e..ff612a6 100755 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ EXTRA_CFLAGS += -I$(src)/hal/phydm CONFIG_AUTOCFG_CP = n ########################## WIFI IC ############################ -CONFIG_RTL8188E = y +CONFIG_RTL8188EU = m ######################### Interface ########################### CONFIG_USB_HCI = y ########################## Features ########################### @@ -152,8 +152,6 @@ EXTRA_CFLAGS += -I$(src)/hal/btc RTL871X = rtl8188e -EXTRA_CFLAGS += -DCONFIG_RTL8188E - _HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ hal/Hal8188EPwrSeq.o\ hal/$(RTL871X)_xmit.o\ @@ -472,8 +470,6 @@ obj-$(CONFIG_RTL8188EU) := 8188eu.o else -export CONFIG_RTL8188EU = m - all: test modules test: