Searched refs:abspath (Results 1 – 25 of 58) sorted by relevance
123
/linux-6.12.1/Documentation/ |
D | Makefile | 86 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 87 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 89 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(src)/$5/$(SPHINX_CONF)) \ 94 -c $(abspath $(src)) \ 95 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 98 $(abspath $(src)/$5) \ 99 $(abspath $(BUILDDIR)/$3/$4) && \ 101 …cp $(if $(patsubst /%,,$(DOCS_CSS)),$(abspath $(srctree)/$(DOCS_CSS)),$(DOCS_CSS)) $(BUILDDIR)/$3/… 188 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 78 OUTPUT=$(abspath $(dir $@))/ prefix= \ 79 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
/linux-6.12.1/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.12.1/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.12.1/samples/hid/ |
D | Makefile | 3 HID_SAMPLES_PATH ?= $(abspath $(src)) 14 LIBBPF_OUTPUT = $(abspath $(HID_SAMPLES_PATH))/libbpf 121 BPFTOOL_OUTPUT := $(abspath $(HID_SAMPLES_PATH))/bpftool 164 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 165 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 166 $(abspath ./vmlinux) 167 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/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) 90 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_modorder_x/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_no_cfi/ |
D | Makefile | 1 BPF_TEST_NO_CFI_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(BPF_TEST_NO_CFI_DIR)/../../../../..)
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_modorder_y/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
|
/linux-6.12.1/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.12.1/scripts/ |
D | checktransupdate.py | 134 script_path = os.path.dirname(os.path.abspath(__file__)) 198 script_path = os.path.dirname(os.path.abspath(__file__)) 258 logging.info(os.path.relpath(os.path.abspath(file), linux_path)) 261 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files))
|
/linux-6.12.1/samples/bpf/ |
D | Makefile | 3 BPF_SAMPLES_PATH ?= $(abspath $(src)) 51 LIBBPF_OUTPUT = $(abspath $(BPF_SAMPLES_PATH))/libbpf 263 BPFTOOL_OUTPUT := $(abspath $(BPF_SAMPLES_PATH))/bpftool 332 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 333 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 334 $(abspath ./vmlinux) 335 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/sched_ext/ |
D | Makefile | 42 CURDIR := $(abspath .) 43 TOOLSDIR := $(abspath ..) 49 GENDIR := $(abspath ../../include/generated) 81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/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))
|
/linux-6.12.1/rust/ |
D | Makefile | 63 OBJTREE=$(abspath $(objtree)) \ 127 OBJTREE=$(abspath $(objtree)) \ 151 OBJTREE=$(abspath $(objtree)) \ 163 OBJTREE=$(abspath $(objtree)) \ 184 OBJTREE=$(abspath $(objtree)) \ 350 OBJTREE=$(abspath $(objtree)) \
|
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | Makefile | 13 CURDIR := $(abspath .) 14 REPOROOT := $(abspath ../../../..) 45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/testing/selftests/drivers/net/lib/py/ |
D | remote.py | 14 dir_path = os.path.abspath(src_path + "/../")
|
D | remote_netns.py | 21 return os.path.abspath(self.dir_path + "/" + what)
|
/linux-6.12.1/lib/vdso/ |
D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
/linux-6.12.1/scripts/gdb/linux/ |
D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(src))/%,$@) $@
|
/linux-6.12.1/tools/testing/selftests/livepatch/test_modules/ |
D | Makefile | 1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/linux-6.12.1/tools/build/tests/ex/ |
D | Makefile | 2 export srctree := $(abspath ../../../..)
|
123