From 6d74135f34d3d4d521ae5bc000d3788b219dbd8c Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Thu, 4 Mar 2021 13:00:47 -0600 Subject: [PATCH] rtl8188eu: Further cleanup of Makefile Symbol CONFIG_RTL8188EU is only used in one place. Replace that usage with "m" and delete the definition. Symbol CONFIG_USB_HCI is not used. Delete it. Signed-off-by: Larry Finger --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5a1415e..7df9a6a 100755 --- a/Makefile +++ b/Makefile @@ -27,10 +27,6 @@ EXTRA_CFLAGS += -I$(src)/hal/phydm CONFIG_AUTOCFG_CP = n -########################## WIFI IC ############################ -CONFIG_RTL8188EU = m -######################### Interface ########################### -CONFIG_USB_HCI = y ########################## Features ########################### CONFIG_MP_INCLUDED = y CONFIG_POWER_SAVING = y @@ -466,7 +462,7 @@ ifeq ($(CONFIG_RTL8723B), y) 8188eu-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o endif -obj-$(CONFIG_RTL8188EU) := 8188eu.o +obj-m := 8188eu.o else