Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.4/Documentation/
DMakefile66 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
67 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media $2 && \
69 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
72 -c $(abspath $(srctree)/$(src)) \
73 -d $(abspath $(BUILDDIR)/.doctrees/$3) \
76 $(abspath $(srctree)/$(src)/$5) \
77 $(abspath $(BUILDDIR)/$3/$4)
122 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean
Dconf.py28 sys.path.insert(0, os.path.abspath('sphinx'))
/Linux-v5.4/lib/vdso/
DMakefile3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
/Linux-v5.4/Documentation/sphinx/
Dkerneldoc.py76 env.note_dependency(os.path.abspath(filename))
99 env.note_dependency(os.path.abspath(f))
Dload_config.py22 config_file = os.path.abspath(config_file)
Dkernel_include.py88 source_dir = os.path.dirname(os.path.abspath(source))
/Linux-v5.4/scripts/gdb/linux/
DMakefile8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
/Linux-v5.4/tools/perf/util/
Dllvm-utils.c439 char clang_path[PATH_MAX], llc_path[PATH_MAX], abspath[PATH_MAX], nr_cpus_avail_str[64]; in llvm__compile_bpf() local
449 if (path[0] != '-' && realpath(path, abspath) == NULL) { in llvm__compile_bpf()
521 (path[0] == '-') ? path : abspath); in llvm__compile_bpf()
/Linux-v5.4/tools/build/tests/ex/
DMakefile2 export srctree := $(abspath ../../../..)
/Linux-v5.4/tools/testing/selftests/ftrace/
Dftracetest47 abspath() { function
110 OPT_TEST_DIR=`abspath $1`
/Linux-v5.4/scripts/
Dgen_compile_commands.py63 directory = os.path.abspath(directory)
Dbpf_helpers_doc.py399 script = os.path.abspath(sys.argv[0])
/Linux-v5.4/tools/scripts/
Dutilities.mak168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
169 _ge-abspath = $(if $(is-executable),$(1))
/Linux-v5.4/scripts/kconfig/tests/
Dconftest.py18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py143 cmdline = '%s -cronjob' % os.path.abspath(sys.argv[0])
152 cmdline += ' %s "%s"' % (arg, os.path.abspath(next(args)))
156 cmdline += ' %s "%s"' % (arg, os.path.abspath(file))
161 cmdline += ' -o "%s"' % os.path.abspath(self.testdir)
Dsleepgraph.py6067 inpath = os.path.abspath(subdir)
6068 outpath = os.path.abspath('.') if local else inpath
/Linux-v5.4/tools/testing/selftests/
DMakefile184 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH))
/Linux-v5.4/scripts/kconfig/
DMakefile115 -o cache_dir=$(abspath $(obj)/tests/.cache) \
/Linux-v5.4/tools/testing/selftests/tc-testing/
Dtdc.py643 flist.append(os.path.abspath(ff))
651 candidate = os.path.abspath(os.path.join(root, filename))
/Linux-v5.4/
DMakefile1315 @ln -s $(abspath $(srctree)) $(MODLIB)/source
1570 $(Q)ln -fsn $(abspath $(srctree)/scripts/gdb/vmlinux-gdb.py)
1750 …$(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(tools_silent) $(filter --j% -j,$(MAKEFLAGS))" O=$(abspath $(objt…
1754 …$(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(tools_silent) $(filter --j% -j,$(MAKEFLAGS))" O=$(abspath $(objt…
/Linux-v5.4/samples/bpf/
DMakefile3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src))
/Linux-v5.4/tools/perf/
DMakefile.config12 obj-perf := $(abspath $(obj-perf))/
1004 bindir = $(abspath $(prefix)/$(bindir_relative))