mirror of https://gitee.com/openkylin/linux.git
ath6kl: remove AR600x_CUSTOM_XXX define
There already is a CONFIG_AR600x_CUSTOM_XXX if this is desired to be used. Cc: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
42ad85dbc1
commit
5b1978ee00
|
@ -29,10 +29,6 @@ ccflags-y += -I$(obj)/os
|
||||||
ccflags-y += -I$(obj)/bmi/include
|
ccflags-y += -I$(obj)/bmi/include
|
||||||
ccflags-y += -I$(obj)/include/common/AR6002/hw4.0
|
ccflags-y += -I$(obj)/include/common/AR6002/hw4.0
|
||||||
|
|
||||||
ifeq ($(CONFIG_AR600x_CUSTOM_XXX),y)
|
|
||||||
ccflags-y += -DAR600x_CUSTOM_XXX
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_ATH6KL_ENABLE_COEXISTENCE),y)
|
ifeq ($(CONFIG_ATH6KL_ENABLE_COEXISTENCE),y)
|
||||||
ccflags-y += -DENABLE_COEXISTENCE
|
ccflags-y += -DENABLE_COEXISTENCE
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue