Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/pm-graph/
DMakefile26 LIBDIR ?= /usr/lib macro
36 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph
37 $(INSTALL) sleepgraph.py $(DESTDIR)$(LIBDIR)/pm-graph
38 $(INSTALL) bootgraph.py $(DESTDIR)$(LIBDIR)/pm-graph
39 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph/config
40 $(INSTALL_DATA) config/cgskip.txt $(DESTDIR)$(LIBDIR)/pm-graph/config
41 $(INSTALL_DATA) config/freeze-callgraph.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config
42 $(INSTALL_DATA) config/freeze.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config
43 $(INSTALL_DATA) config/freeze-dev.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config
44 $(INSTALL_DATA) config/standby-callgraph.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config
[all …]
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
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.12.1/tools/testing/selftests/sched_ext/
DMakefile16 LIBDIR := $(TOOLSDIR)/lib macro
17 BPFDIR := $(LIBDIR)/bpf
57 -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \
/linux-6.12.1/tools/lib/perf/
Dlibperf.pc.template4 libdir=@LIBDIR@
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.pc.template4 libdir=@LIBDIR@
/linux-6.12.1/tools/thermal/lib/
Dlibthermal_tools.pc.template4 libdir=@LIBDIR@
/linux-6.12.1/tools/lib/thermal/
Dlibthermal.pc.template4 libdir=@LIBDIR@
/linux-6.12.1/tools/sched_ext/
DMakefile44 LIBDIR := $(TOOLSDIR)/lib macro
45 BPFDIR := $(LIBDIR)/bpf
93 -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \
/linux-6.12.1/tools/perf/ui/
DBuild8 CFLAGS_setup.o += -DLIBDIR="BUILD_STR($(LIBDIR))"
Dsetup.c29 scnprintf(buf, sizeof(buf), "%s/%s", LIBDIR, PERF_GTK_DSO); in setup_gtk_browser()
/linux-6.12.1/tools/testing/selftests/hid/
DMakefile66 LIBDIR := $(TOOLSDIR)/lib macro
67 BPFDIR := $(LIBDIR)/bpf
/linux-6.12.1/tools/testing/selftests/bpf/
DMakefile10 LIBDIR := $(TOOLSDIR)/lib macro
11 BPFDIR := $(LIBDIR)/bpf
46 -I$(CURDIR) -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \
/linux-6.12.1/tools/perf/
DMakefile.config1362 $(call detected_var,LIBDIR)