Searched refs:abspath (Results 1 – 25 of 46) sorted by relevance
12
/linux-6.6.21/Documentation/ |
D | Makefile | 82 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 83 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 85 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 90 -c $(abspath $(srctree)/$(src)) \ 91 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 94 $(abspath $(srctree)/$(src)/$5) \ 95 $(abspath $(BUILDDIR)/$3/$4) && \ 97 …cp $(if $(patsubst /%,,$(DOCS_CSS)),$(abspath $(srctree)/$(DOCS_CSS)),$(DOCS_CSS)) $(BUILDDIR)/$3/… 166 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
/linux-6.6.21/drivers/hid/bpf/entrypoints/ |
D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 80 OUTPUT=$(abspath $(dir $@))/ prefix= \ 81 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
/linux-6.6.21/kernel/bpf/preload/iterators/ |
D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 63 OUTPUT=$(abspath $(dir $@))/ prefix= \ 64 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
/linux-6.6.21/tools/bpf/resolve_btfids/ |
D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 36 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/ 38 SUBCMD_OUT := $(abspath $(dir $(SUBCMDOBJ)))/ 60 $(abspath $@) install_headers 65 $(abspath $@) install_headers
|
/linux-6.6.21/tools/bpf/runqslower/ |
D | Makefile | 4 OUTPUT ?= $(abspath .output)/ 9 LIBBPF_SRC := $(abspath ../../lib/bpf) 14 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi) 89 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
|
/linux-6.6.21/samples/hid/ |
D | Makefile | 3 HID_SAMPLES_PATH ?= $(abspath $(srctree)/$(src)) 14 LIBBPF_OUTPUT = $(abspath $(HID_SAMPLES_PATH))/libbpf 122 BPFTOOL_OUTPUT := $(abspath $(HID_SAMPLES_PATH))/bpftool 165 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 167 $(abspath ./vmlinux) 168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.6.21/tools/testing/selftests/bpf/bpf_testmod/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
|
/linux-6.6.21/samples/bpf/ |
D | Makefile | 3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src)) 52 LIBBPF_OUTPUT = $(abspath $(BPF_SAMPLES_PATH))/libbpf 255 BPFTOOL_OUTPUT := $(abspath $(BPF_SAMPLES_PATH))/bpftool 320 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 321 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 322 $(abspath ./vmlinux) 323 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.6.21/Documentation/sphinx/ |
D | kernel_abi.py | 78 srctree = os.path.abspath(os.environ["srctree"]) 123 env.note_dependency(os.path.abspath(f))
|
D | kernel_feat.py | 83 srctree = os.path.abspath(os.environ["srctree"]) 108 env.note_dependency(os.path.abspath(fname))
|
D | kerneldoc.py | 73 env.note_dependency(os.path.abspath(filename)) 106 env.note_dependency(os.path.abspath(f))
|
D | kernel_include.py | 74 env.note_dependency(os.path.abspath(path)) 91 source_dir = os.path.dirname(os.path.abspath(source))
|
D | load_config.py | 22 config_file = os.path.abspath(config_file)
|
/linux-6.6.21/lib/vdso/ |
D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
/linux-6.6.21/scripts/clang-tools/ |
D | gen_compile_commands.py | 67 os.path.abspath(args.directory), 176 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
|
/linux-6.6.21/rust/ |
D | Makefile | 76 OBJTREE=$(abspath $(objtree)) \ 137 OBJTREE=$(abspath $(objtree)) \ 162 OBJTREE=$(abspath $(objtree)) \ 174 OBJTREE=$(abspath $(objtree)) \ 195 OBJTREE=$(abspath $(objtree)) \ 398 OBJTREE=$(abspath $(objtree)) \
|
/linux-6.6.21/scripts/gdb/linux/ |
D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
/linux-6.6.21/tools/build/tests/ex/ |
D | Makefile | 2 export srctree := $(abspath ../../../..)
|
/linux-6.6.21/scripts/gdb/ |
D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + "/scripts/gdb")
|
/linux-6.6.21/tools/testing/selftests/tc-testing/ |
D | Makefile | 4 top_srcdir = $(abspath ../../../..)
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | Makefile | 108 BPFDIR := $(abspath ../../../lib/bpf) 109 APIDIR := $(abspath ../../../include/uapi)
|
/linux-6.6.21/tools/perf/ |
D | Makefile.perf | 297 LIBAPI_OUTPUT = $(abspath $(OUTPUT))/libapi 308 LIBBPF_OUTPUT = $(abspath $(OUTPUT))/libbpf 320 LIBSUBCMD_OUTPUT = $(abspath $(OUTPUT))/libsubcmd 330 LIBSYMBOL_OUTPUT = $(abspath $(OUTPUT))/libsymbol 340 LIBPERF_OUTPUT = $(abspath $(OUTPUT))/libperf 1032 SKEL_OUT := $(abspath $(OUTPUT)util/bpf_skel) 1033 SKEL_TMP_OUT := $(abspath $(SKEL_OUT)/.tmp) 1086 VMLINUX_BTF_ELF_ABSPATHS ?= $(abspath $(wildcard $(VMLINUX_BTF_ELF_PATHS)))
|
/linux-6.6.21/tools/testing/kunit/ |
D | run_checks.py | 19 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__))
|
/linux-6.6.21/tools/testing/selftests/ |
D | Makefile | 219 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) 260 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
|
/linux-6.6.21/tools/testing/selftests/ftrace/ |
D | ftracetest | 74 abspath() { function 146 OPT_TEST_DIR=`abspath $1`
|
12