mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 09:09:35 +00:00
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.
This commit is contained in:
parent
e8b915a586
commit
3686cfc4bd
1 changed files with 1 additions and 5 deletions
6
Makefile
6
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:
|
||||
|
|
Loading…
Reference in a new issue