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_8/wpa_supplicant/
nmake.mak
139
OBJS_t2
= $(OBJS) \
196
preauth_test.exe: $(OBJDIR) $(
OBJS_t2
)
197
link.exe /out:preauth_test.exe $(LFLAGS) $(
OBJS_t2
) $(LIBS)
Makefile
1433
OBJS_t2
:= $(OBJS) $(OBJS_l2) preauth_test.o
1516
$(OBJS_c) $(OBJS_t) $(
OBJS_t2
) $(OBJS) $(BCHECK) $(EXTRA_progs): .config
1526
preauth_test: $(
OBJS_t2
)
1527
$(Q)$(LDO) $(LDFLAGS) -o preauth_test $(
OBJS_t2
) $(LIBS)
[
all
...]
/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
1054
OBJS_t2
:= $(OBJS) $(OBJS_l2) preauth_test.c
Completed in 114 milliseconds