Home
last modified time | relevance | path

Searched refs:LIBDIR (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/tools/power/pm-graph/
H A DMakefile26 LIBDIR ?= /usr/lib macro
36 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph
38 $(INSTALL) bootgraph.py $(DESTDIR)$(LIBDIR)/pm-graph
39 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph/config
67 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/config/*
69 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/config; \
71 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/__pycache__/*
73 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/__pycache__; \
75 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/*
76 if [ -d $(DESTDIR)$(LIBDIR)/pm-graph ] ; then \
[all …]
/linux-6.15/tools/testing/selftests/net/tcp_ao/
H A DMakefile24 LIBDIR := $(OUTPUT)/lib macro
25 LIB := $(LIBDIR)/libaotst.a
36 LIBOBJ := $(LIBSRC:%.c=$(LIBDIR)/%.o)
42 $(LIBDIR)/%.o: ./lib/%.c $(LIBDEPS)
43 mkdir -p $(LIBDIR)
/linux-6.15/tools/testing/selftests/drivers/net/lib/sh/
H A Dlib_netcons.sh11 LIBDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")")
35 source "${LIBDIR}"/../../../../net/lib.sh
36 source "${LIBDIR}"/../../../../net/net_helper.sh
/linux-6.15/tools/testing/selftests/sched_ext/
H A DMakefile16 LIBDIR := $(TOOLSDIR)/lib macro
17 BPFDIR := $(LIBDIR)/bpf
57 -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \
/linux-6.15/tools/lib/perf/
H A Dlibperf.pc.template4 libdir=@LIBDIR@
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.pc.template4 libdir=@LIBDIR@
/linux-6.15/tools/lib/thermal/
H A Dlibthermal.pc.template4 libdir=@LIBDIR@
/linux-6.15/tools/thermal/lib/
H A Dlibthermal_tools.pc.template4 libdir=@LIBDIR@
/linux-6.15/tools/perf/ui/
H A DBuild8 CFLAGS_setup.o += -DLIBDIR="BUILD_STR($(LIBDIR))"
H A Dsetup.c29 scnprintf(buf, sizeof(buf), "%s/%s", LIBDIR, PERF_GTK_DSO); in setup_gtk_browser()
/linux-6.15/tools/sched_ext/
H A DMakefile44 LIBDIR := $(TOOLSDIR)/lib macro
45 BPFDIR := $(LIBDIR)/bpf
93 -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \
/linux-6.15/tools/testing/selftests/hid/
H A DMakefile64 LIBDIR := $(TOOLSDIR)/lib macro
65 BPFDIR := $(LIBDIR)/bpf
/linux-6.15/tools/testing/selftests/bpf/
H A DMakefile10 LIBDIR := $(TOOLSDIR)/lib macro
11 BPFDIR := $(LIBDIR)/bpf
47 -I$(CURDIR) -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \
/linux-6.15/tools/perf/
H A DMakefile.config1327 $(call detected_var,LIBDIR)