Browse Source

Fix CONFIG_AP + CONFIG_INTERWORKING build

Need to include gas_serv.o in the build to get all the needed symbols.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 13 years ago
parent
commit
1d4839ee85
1 changed files with 3 additions and 0 deletions
  1. 3 0
      wpa_supplicant/Makefile

+ 3 - 0
wpa_supplicant/Makefile

@@ -728,6 +728,9 @@ CFLAGS += -DEAP_SERVER_WSC
 OBJS += ../src/ap/wps_hostapd.o
 OBJS += ../src/ap/wps_hostapd.o
 OBJS += ../src/eap_server/eap_server_wsc.o
 OBJS += ../src/eap_server/eap_server_wsc.o
 endif
 endif
+ifdef CONFIG_INTERWORKING
+OBJS += ../src/ap/gas_serv.o
+endif
 endif
 endif
 
 
 ifdef NEED_RSN_AUTHENTICATOR
 ifdef NEED_RSN_AUTHENTICATOR