Searched refs:LIB_OBJS (Results 1 - 24 of 24) sorted by last modified time

/external/wpa_supplicant_8/hostapd/src/crypto/
H A DMakefile18 LIB_OBJS= \ macro
51 LIB_OBJS += crypto_internal.o
52 LIB_OBJS += crypto_internal-cipher.o
53 LIB_OBJS += crypto_internal-modexp.o
54 LIB_OBJS += crypto_internal-rsa.o
55 LIB_OBJS += tls_internal.o
56 LIB_OBJS += fips_prf_internal.o
57 LIB_OBJS += random.o
60 libcrypto.a: $(LIB_OBJS)
/external/wpa_supplicant_8/hostapd/src/radius/
H A DMakefile14 LIB_OBJS= \ macro
19 libradius.a: $(LIB_OBJS)
/external/wpa_supplicant_8/hostapd/src/tls/
H A DMakefile17 LIB_OBJS= \ macro
36 libtls.a: $(LIB_OBJS)
/external/wpa_supplicant_8/hostapd/src/utils/
H A DMakefile16 LIB_OBJS= \ macro
28 LIB_OBJS += os_unix.o
31 LIB_OBJS += eloop.o
34 LIB_OBJS += edit.o
36 #LIB_OBJS += pcsc_funcs.o
38 libutils.a: $(LIB_OBJS)
/external/wpa_supplicant_8/src/crypto/
H A DMakefile18 LIB_OBJS= \ macro
51 LIB_OBJS += crypto_internal.o
52 LIB_OBJS += crypto_internal-cipher.o
53 LIB_OBJS += crypto_internal-modexp.o
54 LIB_OBJS += crypto_internal-rsa.o
55 LIB_OBJS += tls_internal.o
56 LIB_OBJS += fips_prf_internal.o
57 LIB_OBJS += random.o
60 libcrypto.a: $(LIB_OBJS)
/external/wpa_supplicant_8/src/radius/
H A DMakefile14 LIB_OBJS= \ macro
19 libradius.a: $(LIB_OBJS)
/external/wpa_supplicant_8/src/tls/
H A DMakefile17 LIB_OBJS= \ macro
36 libtls.a: $(LIB_OBJS)
/external/wpa_supplicant_8/src/utils/
H A DMakefile16 LIB_OBJS= \ macro
28 LIB_OBJS += os_unix.o
31 LIB_OBJS += eloop.o
34 LIB_OBJS += edit.o
36 #LIB_OBJS += pcsc_funcs.o
38 libutils.a: $(LIB_OBJS)
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A DMakefile55 LIB_OBJS= \ macro
66 LIB_OBJS += dbus_old_handlers_wps.o
67 LIB_OBJS += dbus_new_handlers_wps.o
70 libwpadbus.a: $(LIB_OBJS)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A DMakefile18 LIB_OBJS= \ macro
51 LIB_OBJS += crypto_internal.o
52 LIB_OBJS += crypto_internal-cipher.o
53 LIB_OBJS += crypto_internal-modexp.o
54 LIB_OBJS += crypto_internal-rsa.o
55 LIB_OBJS += tls_internal.o
56 LIB_OBJS += fips_prf_internal.o
57 LIB_OBJS += random.o
60 libcrypto.a: $(LIB_OBJS)
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A DMakefile14 LIB_OBJS= \ macro
19 libradius.a: $(LIB_OBJS)
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A DMakefile17 LIB_OBJS= \ macro
36 libtls.a: $(LIB_OBJS)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A DMakefile16 LIB_OBJS= \ macro
28 LIB_OBJS += os_unix.o
31 LIB_OBJS += eloop.o
34 LIB_OBJS += edit.o
36 #LIB_OBJS += pcsc_funcs.o
38 libutils.a: $(LIB_OBJS)
/external/lzma/C/Util/Lzma/
H A Dmakefile6 LIB_OBJS = \ macro
20 $(LIB_OBJS) \
25 $(LIB_OBJS): $(*B).c
/external/lzma/C/Util/LzmaLib/
H A Dmakefile9 LIB_OBJS = \ macro
22 $(LIB_OBJS) \
31 $(LIB_OBJS): $(*B).c
/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
H A DMakefile8 LIB_OBJS= macro
12 LIB_OBJS += $(OUTPUT)debugfs.o
23 $(LIBFILE): $(LIB_OBJS)
24 $(QUIET_AR)$(RM) $@ && $(AR) rcs $(OUTPUT)$@ $(LIB_OBJS)
26 $(LIB_OBJS): $(LIB_H)
36 $(RM) $(LIB_OBJS) $(LIBFILE)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile115 LIB_OBJS = macro
296 LIB_OBJS += $(OUTPUT)util/abspath.o
297 LIB_OBJS += $(OUTPUT)util/alias.o
298 LIB_OBJS += $(OUTPUT)util/annotate.o
299 LIB_OBJS += $(OUTPUT)util/build-id.o
300 LIB_OBJS += $(OUTPUT)util/config.o
301 LIB_OBJS += $(OUTPUT)util/ctype.o
302 LIB_OBJS += $(OUTPUT)util/sysfs.o
303 LIB_OBJS += $(OUTPUT)util/pmu.o
304 LIB_OBJS
449 LIB_OBJS := $(filter-out $(OUTPUT)util/symbol-elf.o,$(LIB_OBJS)) macro
450 LIB_OBJS := $(filter-out $(OUTPUT)util/dwarf-aux.o,$(LIB_OBJS)) macro
451 LIB_OBJS := $(filter-out $(OUTPUT)util/probe-event.o,$(LIB_OBJS)) macro
452 LIB_OBJS := $(filter-out $(OUTPUT)util/probe-finder.o,$(LIB_OBJS)) macro
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libunwind.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
5 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/s390/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sh/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sparc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind.o
8 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
9 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o

Completed in 2192 milliseconds