Android: Add dfs.c into build
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 18 Oct 2013 12:18:40 +0000 (15:18 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 18 Oct 2013 12:18:40 +0000 (15:18 +0300)
This fixes Android build after commit
e76da5052980f301fe61f2fc0e1e7a5789716061 that added the new dfs.c file.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

hostapd/Android.mk
wpa_supplicant/Android.mk

index 69ac839..6e4404f 100644 (file)
@@ -820,6 +820,7 @@ OBJS += src/ap/wmm.c
 OBJS += src/ap/ap_list.c
 OBJS += src/ap/ieee802_11.c
 OBJS += src/ap/hw_features.c
+OBJS += src/ap/dfs.c
 L_CFLAGS += -DNEED_AP_MLME
 endif
 ifdef CONFIG_IEEE80211N
index 5a6d6b3..89f9ee3 100644 (file)
@@ -771,6 +771,7 @@ OBJS += src/ap/wmm.c
 OBJS += src/ap/ap_list.c
 OBJS += src/ap/ieee802_11.c
 OBJS += src/ap/hw_features.c
+OBJS += src/ap/dfs.c
 L_CFLAGS += -DNEED_AP_MLME
 endif
 ifdef CONFIG_WPS