diff options
author | Anton Nayshtut <qca_antonn@qca.qualcomm.com> | 2014-12-04 17:20:56 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-07-16 15:26:16 (GMT) |
commit | a8dab08a2887cca4faeebf355b41ecc4f69264ba (patch) | |
tree | 8ba79be1ff159d9a7d217827b488884ee318b247 /hostapd/Android.mk | |
parent | 46ab9b8cf07a16b6e6d50b59bafc8ce553822a26 (diff) | |
download | hostap-a8dab08a2887cca4faeebf355b41ecc4f69264ba.zip hostap-a8dab08a2887cca4faeebf355b41ecc4f69264ba.tar.gz hostap-a8dab08a2887cca4faeebf355b41ecc4f69264ba.tar.bz2 |
FST: Testing support
This patch introduces infrastructure needed for FST module tests.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'hostapd/Android.mk')
-rw-r--r-- | hostapd/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 31dec17..f2c498d 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -260,6 +260,9 @@ OBJS += src/fst/fst_group.c OBJS += src/fst/fst_iface.c OBJS += src/fst/fst_session.c OBJS += src/fst/fst_ctrl_aux.c +ifdef CONFIG_FST_TEST +L_CFLAGS += -DCONFIG_FST_TEST +endif ifndef CONFIG_NO_CTRL_IFACE OBJS += src/fst/fst_ctrl_iface.c endif |