Android: Sync Android.mk with Makefile
This brings in commit fd2f2d0489
changes
to remove optional gnutls-extra dependency.
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
890b3a44cb
commit
aebfbcb9ac
1 changed files with 0 additions and 4 deletions
|
@ -527,10 +527,6 @@ ifeq ($(CONFIG_TLS), gnutls)
|
|||
ifdef TLS_FUNCS
|
||||
OBJS += src/crypto/tls_gnutls.c
|
||||
LIBS += -lgnutls -lgpg-error
|
||||
ifdef CONFIG_GNUTLS_EXTRA
|
||||
L_CFLAGS += -DCONFIG_GNUTLS_EXTRA
|
||||
LIBS += -lgnutls-extra
|
||||
endif
|
||||
endif
|
||||
OBJS += src/crypto/crypto_gnutls.c
|
||||
HOBJS += src/crypto/crypto_gnutls.c
|
||||
|
|
Loading…
Reference in a new issue