mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove CONFIG_ODM_ADAPTIVITY
This one is not defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
dfeb1b4e83
commit
4081d131cc
2 changed files with 1 additions and 10 deletions
5
Makefile
5
Makefile
|
@ -22,7 +22,6 @@ CONFIG_POWER_SAVING = y
|
|||
CONFIG_USB_AUTOSUSPEND = n
|
||||
CONFIG_BT_COEXIST = n
|
||||
CONFIG_EXT_CLK = n
|
||||
CONFIG_ODM_ADAPTIVITY = n
|
||||
|
||||
CONFIG_DRVEXT_MODULE = n
|
||||
|
||||
|
@ -98,10 +97,6 @@ ifeq ($(CONFIG_EXT_CLK), y)
|
|||
EXTRA_CFLAGS += -DCONFIG_EXT_CLK
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ODM_ADAPTIVITY), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_ODM_ADAPTIVITY
|
||||
endif
|
||||
|
||||
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ | sed -e s/ppc/powerpc/ | sed -e s/armv.l/arm/)
|
||||
ARCH ?= $(SUBARCH)
|
||||
CROSS_COMPILE ?=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue