Include wpabuf.o in wpa_priv build
authorDaniel Mierswa <impulze@impulze.org>
Sat, 7 Feb 2009 08:19:28 +0000 (10:19 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Feb 2009 08:19:28 +0000 (10:19 +0200)
If you choose to use CONFIG_PRIVSEP=y, the wpabuf functions seem to
miss. The attached patch is against trunk and should probably fix it.

wpa_supplicant/Makefile

index d872edc..183236e 100644 (file)
@@ -1043,6 +1043,7 @@ OBJS_priv += ../src/utils/os_$(CONFIG_OS).o
 OBJS_priv += ../src/utils/$(CONFIG_ELOOP).o
 OBJS_priv += ../src/utils/common.o
 OBJS_priv += ../src/utils/wpa_debug.o
+OBJS_priv += ../src/utils/wpabuf.o
 OBJS_priv += wpa_priv.o
 ifdef CONFIG_DRIVER_TEST
 OBJS_priv += ../src/crypto/sha1.o