Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
DMakefile9 LDLIBS += -lpthread
27 $(CC) $(CFLAGS) -shared -fPIC $< $(LDLIBS) -o $@
30 $(CC) $(CFLAGS) $< $(LDLIBS) -lrseq -o $@
34 $(CC) $(CFLAGS) -DBENCHMARK $< $(LDLIBS) -lrseq -o $@
38 $(CC) $(CFLAGS) -DRSEQ_COMPARE_TWICE $< $(LDLIBS) -lrseq -o $@
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
DMakefile31 LDLIBS += -lcap -lelf -lz -lrt -lpthread
129 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
133 $(Q)$(LINK.c) $^ $(LDLIBS) -o $@
137 $(Q)$(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) -Wl,--build-id=sha1
364 $(Q)cd $$(@D) && $$(CC) -I. $$(CFLAGS) -c $(CURDIR)/$$< $$(LDLIBS) -o $$(@F)
372 $(Q)$$(CC) $$(CFLAGS) -c $$< $$(LDLIBS) -o $$@
386 $(Q)$$(CC) $$(CFLAGS) $$(filter %.a %.o,$$^) $$(LDLIBS) -o $$@
440 $(Q)$(CC) $(CFLAGS) $(filter %.a %.o %.c,$^) $(LDLIBS) -o $@
445 $(Q)$(CXX) $(CFLAGS) $^ $(LDLIBS) -o $@
450 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
DMakefile41 $(OUTPUT)/reuseport_bpf_numa: LDLIBS += -lnuma
42 $(OUTPUT)/tcp_mmap: LDLIBS += -lpthread
43 $(OUTPUT)/tcp_inq: LDLIBS += -lpthread
/kernel/linux/linux-5.10/tools/io_uring/
DMakefile4 LDLIBS += -lpthread
11 $(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
DMakefile16 $(OUTPUT)/context_switch: LDLIBS += -lpthread
18 $(OUTPUT)/fork: LDLIBS += -lpthread
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
DMakefile33 $(OUTPUT)/tlbie_test: LDLIBS += -lpthread
34 $(OUTPUT)/pkey_siginfo: LDLIBS += -lpthread
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/
DMakefile4 LDLIBS += -lpthread
/kernel/linux/linux-5.10/tools/testing/selftests/fpu/
DMakefile3 LDLIBS := -lm macro
/kernel/linux/linux-5.10/tools/testing/selftests/membarrier/
DMakefile3 LDLIBS += -lpthread
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
DMakefile3 LDLIBS = -lrt -lpthread -lpopt macro
/kernel/linux/linux-5.10/tools/testing/selftests/safesetid/
DMakefile4 LDLIBS = -lcap macro
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
DMakefile3 LDLIBS += -lcap
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/
DMakefile4 LDLIBS += -lrt
Dtestptp.mk22 LDLIBS = -lrt
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/
DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/kernel/linux/linux-5.10/tools/testing/selftests/
Dlib.mk145 $(LINK.c) $(filter-out $(LOCAL_HDRS),$^) $(LDLIBS) -o $@
151 $(LINK.S) $^ $(LDLIBS) -o $@
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
DMakefile5 LDLIBS := -lrt -ldl macro
/kernel/linux/linux-5.10/tools/testing/selftests/rtc/
DMakefile3 LDLIBS += -lrt -lpthread -lm
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
DMakefile11 $(OUTPUT)/dscr_default_test: LDLIBS += -lpthread
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
DMakefile10 LDLIBS = -lmnl macro
/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/
DMakefile3 LDLIBS += -lm
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
DMakefile4 LDLIBS := -lpthread -lrt macro
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
DMakefile3 LDLIBS += -lrt -lpthread -lm
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/
DMakefile25 $(OUTPUT)/fuse_mnt: LDLIBS += $(VAR_LDLIBS)

12