Browse Source

Include wpabuf.o in wpa_priv build

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.
Daniel Mierswa 16 years ago
parent
commit
716d543d5c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wpa_supplicant/Makefile

+ 1 - 0
wpa_supplicant/Makefile

@@ -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