]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix CONFIG_AP + CONFIG_INTERWORKING build
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Feb 2012 14:21:50 +0000 (16:21 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 27 Feb 2012 14:21:50 +0000 (16:21 +0200)
Need to include gas_serv.o in the build to get all the needed symbols.

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

wpa_supplicant/Makefile

index 03241c52eed7b9bfc94e6a68aa9aa1f5d71857a3..a976098295f9c040f2914d621d7156b7c9fba5da 100644 (file)
@@ -728,6 +728,9 @@ CFLAGS += -DEAP_SERVER_WSC
 OBJS += ../src/ap/wps_hostapd.o
 OBJS += ../src/eap_server/eap_server_wsc.o
 endif
+ifdef CONFIG_INTERWORKING
+OBJS += ../src/ap/gas_serv.o
+endif
 endif
 
 ifdef NEED_RSN_AUTHENTICATOR