Home
last modified time | relevance | path

Searched refs:LIB (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/net/tcp_ao/
DMakefile25 LIB := $(LIBDIR)/libaotst.a macro
26 LDLIBS += $(LIB) -pthread
37 EXTRA_CLEAN += $(LIBOBJ) $(LIB)
39 $(LIB): $(LIBOBJ)
46 $(TEST_GEN_PROGS): $(LIB)
/tools/perf/tests/shell/coresight/thread_loop/
DMakefile8 LIB=-pthread macro
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
/tools/perf/tests/shell/coresight/memcpy_thread/
DMakefile8 LIB=-pthread macro
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
/tools/perf/tests/shell/coresight/unroll_loop_thread/
DMakefile8 LIB=-pthread macro
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
/tools/perf/tests/shell/coresight/asm_pure_loop/
DMakefile9 LIB= macro
17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB)
/tools/testing/selftests/bpf/
DMakefile274 $(call msg,LIB,,$@)