| /kernel/linux/linux-5.10/kernel/bpf/preload/iterators/ |
| H A D | Makefile | 8 LIBBPF_SRC := $(abspath ../../../../tools/lib/bpf) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../../../tools/lib) \ 12 -I$(abspath ../../../../tools/include/uapi) 15 abs_out := $(abspath $(OUTPUT)) 53 OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /kernel/linux/linux-6.6/Documentation/ |
| H A 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/_static/; \ 166 $(Q)$(MAKE) BUILDDIR=$(abspath [all...] |
| /kernel/linux/linux-5.10/Documentation/ |
| H A D | Makefile | 74 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 75 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2 && \ 77 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 82 -c $(abspath $(srctree)/$(src)) \ 83 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 86 $(abspath $(srctree)/$(src)/$5) \ 87 $(abspath $(BUILDDIR)/$3/$4) 136 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
| /kernel/linux/linux-5.10/tools/bpf/runqslower/ |
| H A D | Makefile | 8 LIBBPF_SRC := $(abspath ../../lib/bpf) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../lib) \ 12 -I$(abspath ../../include/uapi) 21 abs_out := $(abspath $(OUTPUT)) 81 OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /kernel/linux/linux-5.10/tools/bpf/resolve_btfids/ |
| H A D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 45 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@) 48 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/ |
| H A 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
|
| /kernel/linux/linux-6.6/tools/bpf/resolve_btfids/ |
| H A 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
|
| /kernel/linux/linux-6.6/kernel/bpf/preload/iterators/ |
| H A D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 63 OUTPUT=$(abspath $(dir $@))/ prefix= \ 64 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
| /kernel/linux/linux-6.6/tools/bpf/runqslower/ |
| H A 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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/bpf_testmod/ |
| H A D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
|
| /kernel/linux/linux-6.6/samples/hid/ |
| H A 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))))
|
| /kernel/liteos_a/tools/build/mk/ |
| H A D | module.mk | 31 TOPDIR = $(abspath $(LITEOSTOPDIR)/../..) 35 LOCAL_OBJS = $(addprefix $(OBJOUT)/,$(addsuffix .o,$(basename $(subst $(TOPDIR)/,,$(abspath $(LOCAL_SRCS))))))
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A 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))))
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| H A D | kernel_feat.py | 83 srctree = os.path.abspath(os.environ["srctree"]) 108 env.note_dependency(os.path.abspath(fname))
|
| H A D | kernel_abi.py | 78 srctree = os.path.abspath(os.environ["srctree"]) 123 env.note_dependency(os.path.abspath(f))
|
| H A D | kerneldoc.py | 73 env.note_dependency(os.path.abspath(filename)) 106 env.note_dependency(os.path.abspath(f))
|
| /kernel/uniproton/build/uniproton_ci_lib/ |
| H A D | globle.py | 23 build_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
| /kernel/linux/linux-6.6/lib/vdso/ |
| H A D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
| /kernel/linux/linux-5.10/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 65 os.path.abspath(args.directory), 181 # Use os.path.abspath() to normalize the path resolving '.' and '..' . 182 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
|
| /kernel/linux/linux-6.6/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 67 os.path.abspath(args.directory), 175 # Use os.path.abspath() to normalize the path resolving '.' and '..' . 176 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
|
| /kernel/linux/linux-5.10/lib/vdso/ |
| H A D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | Makefile | 7 CURDIR := $(abspath .) 8 TOOLSDIR := $(abspath ../../..) 14 GENDIR := $(abspath ../../../../include/generated) 146 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 236 -I$(abspath $(OUTPUT)/../usr/include)
|
| /kernel/linux/linux-5.10/scripts/gdb/linux/ |
| H A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| H A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
| /kernel/linux/linux-5.10/tools/build/tests/ex/ |
| H A D | Makefile | 2 export srctree := $(abspath ../../../..)
|