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 <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2021-03-04 13:00:47 -06:00
parent c1c7ce88cb
commit 6d74135f34

View file

@ -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