Android: Define CONFIG_TESTING_OPTIONS if enabled in config
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
178553b709
commit
35bb8a9a57
1 changed files with 4 additions and 0 deletions
|
@ -897,6 +897,10 @@ OBJS += mbo.c
|
||||||
L_CFLAGS += -DCONFIG_MBO
|
L_CFLAGS += -DCONFIG_MBO
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_TESTING_OPTIONS
|
||||||
|
L_CFLAGS += -DCONFIG_TESTING_OPTIONS
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef NEED_RSN_AUTHENTICATOR
|
ifdef NEED_RSN_AUTHENTICATOR
|
||||||
L_CFLAGS += -DCONFIG_NO_RADIUS
|
L_CFLAGS += -DCONFIG_NO_RADIUS
|
||||||
NEED_AES_WRAP=y
|
NEED_AES_WRAP=y
|
||||||
|
|
Loading…
Reference in a new issue