OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJS_t2
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant/
Makefile
753
OBJS_t2
:= $(OBJS) preauth_test.o
779
preauth_test: .config $(
OBJS_t2
)
780
$(LDO) $(LDFLAGS) -o preauth_test $(
OBJS_t2
) $(LIBS)
Android.mk
645
OBJS_t2
:= $(OBJS) preauth_test.c
/external/wpa_supplicant_6/wpa_supplicant/
Makefile
1033
OBJS_t2
:= $(OBJS) $(OBJS_l2) preauth_test.o
1096
preauth_test: .config $(
OBJS_t2
)
1097
$(LDO) $(LDFLAGS) -o preauth_test $(
OBJS_t2
) $(LIBS)
Android.mk
1056
OBJS_t2
:= $(OBJS) $(OBJS_l2) preauth_test.c
Completed in 15 milliseconds