Home
last modified time | relevance | path

Searched refs:LDLIBS (Results 1 – 25 of 30) sorted by relevance

12

/tools/testing/selftests/rseq/
DMakefile11 LDLIBS += -lpthread -ldl
29 $(CC) $(CFLAGS) -shared -fPIC $< $(LDLIBS) -o $@
32 $(CC) $(CFLAGS) $< $(LDLIBS) -lrseq -o $@
36 $(CC) $(CFLAGS) -DBENCHMARK $< $(LDLIBS) -lrseq -o $@
40 $(CC) $(CFLAGS) -DRSEQ_COMPARE_TWICE $< $(LDLIBS) -lrseq -o $@
/tools/testing/selftests/vm/
DMakefile24 LDLIBS = -lrt macro
83 $(OUTPUT)/hmm-tests: LDLIBS += -lhugetlbfs -lpthread
101 $(BINARIES_32): LDLIBS += -lrt -ldl -lm
103 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(notdir $^) $(LDLIBS) -o $@
109 $(BINARIES_64): LDLIBS += -lrt -ldl
111 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(notdir $^) $(LDLIBS) -o $@
134 $(OUTPUT)/userfaultfd: LDLIBS += -lpthread
136 $(OUTPUT)/mlock-random-test: LDLIBS += -lcap
/tools/io_uring/
DMakefile4 LDLIBS += -lpthread
11 $(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)
/tools/testing/selftests/powerpc/benchmarks/
DMakefile16 $(OUTPUT)/context_switch: LDLIBS += -lpthread
18 $(OUTPUT)/fork: LDLIBS += -lpthread
/tools/testing/selftests/net/
DMakefile41 $(OUTPUT)/reuseport_bpf_numa: LDLIBS += -lnuma
42 $(OUTPUT)/tcp_mmap: LDLIBS += -lpthread
43 $(OUTPUT)/tcp_inq: LDLIBS += -lpthread
/tools/testing/selftests/powerpc/mm/
DMakefile33 $(OUTPUT)/tlbie_test: LDLIBS += -lpthread
34 $(OUTPUT)/pkey_siginfo: LDLIBS += -lpthread
/tools/testing/selftests/bpf/
DMakefile31 LDLIBS += -lcap -lelf -lz -lrt -lpthread
127 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
131 $(Q)$(LINK.c) $^ $(LDLIBS) -o $@
135 $(Q)$(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) -Wl,--build-id=sha1
362 $(Q)cd $$(@D) && $$(CC) -I. $$(CFLAGS) -c $(CURDIR)/$$< $$(LDLIBS) -o $$(@F)
370 $(Q)$$(CC) $$(CFLAGS) -c $$< $$(LDLIBS) -o $$@
384 $(Q)$$(CC) $$(CFLAGS) $$(filter %.a %.o,$$^) $$(LDLIBS) -o $$@
438 $(Q)$(CC) $(CFLAGS) $(filter %.a %.o %.c,$^) $(LDLIBS) -o $@
443 $(Q)$(CXX) $(CFLAGS) $^ $(LDLIBS) -o $@
448 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
[all …]
/tools/testing/selftests/fpu/
DMakefile3 LDLIBS := -lm macro
/tools/testing/selftests/filesystems/epoll/
DMakefile4 LDLIBS += -lpthread
/tools/testing/selftests/membarrier/
DMakefile3 LDLIBS += -lpthread
/tools/testing/selftests/mqueue/
DMakefile3 LDLIBS = -lrt -lpthread -lpopt macro
/tools/testing/selftests/clone3/
DMakefile3 LDLIBS += -lcap
/tools/testing/selftests/safesetid/
DMakefile4 LDLIBS = -lcap macro
/tools/testing/selftests/ptp/
DMakefile4 LDLIBS += -lrt
Dtestptp.mk22 LDLIBS = -lrt
/tools/testing/selftests/capabilities/
DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/tools/testing/selftests/timens/
DMakefile5 LDLIBS := -lrt -ldl macro
/tools/testing/selftests/rtc/
DMakefile3 LDLIBS += -lrt -lpthread -lm
/tools/testing/selftests/powerpc/dscr/
DMakefile11 $(OUTPUT)/dscr_default_test: LDLIBS += -lpthread
/tools/testing/selftests/filesystems/incfs/
DMakefile3 LDLIBS := -llz4 -lzstd -lcrypto -lpthread -fsanitize=address macro
/tools/testing/selftests/netfilter/
DMakefile10 LDLIBS = -lmnl macro
/tools/testing/selftests/intel_pstate/
DMakefile3 LDLIBS += -lm
/tools/testing/selftests/futex/functional/
DMakefile4 LDLIBS := -lpthread -lrt macro
/tools/testing/selftests/timers/
DMakefile3 LDLIBS += -lrt -lpthread -lm
/tools/testing/selftests/
Dlib.mk150 $(LINK.c) $(filter-out $(LOCAL_HDRS),$^) $(LDLIBS) -o $@
156 $(LINK.S) $^ $(LDLIBS) -o $@

12