Lines Matching refs:OBJS
24 OBJS=spp_server.o macro
25 OBJS += hs20_spp_server.o
26 OBJS += ../../src/utils/xml-utils.o
27 OBJS += ../../src/utils/base64.o
28 OBJS += ../../src/utils/common.o
29 OBJS += ../../src/utils/os_unix.o
30 OBJS += ../../src/utils/wpa_debug.o
31 OBJS += ../../src/crypto/md5-internal.o
34 OBJS += ../../src/utils/xml_libxml2.o
36 hs20_spp_server: $(OBJS)
37 $(LDO) $(LDFLAGS) -o hs20_spp_server $(OBJS) $(LIBS)
46 -include $(OBJS:%.o=%.d)