Android: Sync makefile changes for HT/VHT overrides
CONFIG_HT_OVERRIDES and CONFIG_VHT_OVERRIDES were already mentioned in android.config, but Android.mk did not yet know about them. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e9ee8dc394
commit
5139008b51
1 changed files with 8 additions and 0 deletions
|
@ -133,6 +133,14 @@ ifdef CONFIG_EAPOL_TEST
|
||||||
L_CFLAGS += -Werror -DEAPOL_TEST
|
L_CFLAGS += -Werror -DEAPOL_TEST
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_HT_OVERRIDES
|
||||||
|
L_CFLAGS += -DCONFIG_HT_OVERRIDES
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_VHT_OVERRIDES
|
||||||
|
L_CFLAGS += -DCONFIG_VHT_OVERRIDES
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef CONFIG_BACKEND
|
ifndef CONFIG_BACKEND
|
||||||
CONFIG_BACKEND=file
|
CONFIG_BACKEND=file
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue