Add TDLS support to Android.mk

This commit is contained in:
Dmitry Shmidt 2011-05-16 22:29:43 +03:00 committed by Jouni Malinen
parent 60eda5e47d
commit bcb90f750d
1 changed files with 7 additions and 0 deletions

View File

@ -171,6 +171,13 @@ NEED_SHA256=y
NEED_AES_OMAC1=y
endif
ifdef CONFIG_TDLS
L_CFLAGS += -DCONFIG_TDLS
OBJS += src/rsn_supp/tdls.o
NEED_SHA256=y
NEED_AES_OMAC1=y
endif
ifdef CONFIG_PEERKEY
L_CFLAGS += -DCONFIG_PEERKEY
endif