Home
last modified time | relevance | path

Searched refs:srctree (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/openbmc/linux/arch/x86/tools/
H A DMakefile16 reformatter = $(srctree)/arch/x86/tools/objdump_reformat.awk
17 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk
32 HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x8…
34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/incl…
37srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/…
39srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/…
41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
/openbmc/linux/tools/thermal/thermal-engine/
H A DMakefile4 ifeq ($(srctree),)
5 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
12 CFLAGS += -I$(srctree)/tools/thermal/lib
13 CFLAGS += -I$(srctree)/tools/lib/thermal/include
15 LDFLAGS = -L$(srctree)/tools/thermal/lib
16 LDFLAGS += -L$(srctree)/tools/lib/thermal
/openbmc/linux/Documentation/
H A DMakefile10 $(shell $(srctree)/scripts/documentation-file-ref-check --warn)
15 $(shell $(srctree)/scripts/get_abi.pl validate --dir $(srctree)/Documentation/ABI)
24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu…
43 @$(srctree)/scripts/sphinx-pre-install
59 KERNELDOC = $(srctree)/scripts/kernel-doc
62 ifneq ($(wildcard $(srctree)/.config),)
86 $(PYTHON3) $(srctree)/scripts/jobserver-exec \
90 -c $(abspath $(srctree)/$(src)) \
94 $(abspath $(srctree)/$(src)/$5) \
101 @$(srctree)/scripts/sphinx-pre-install --version-check
[all …]
/openbmc/linux/tools/thermal/thermometer/
H A DMakefile4 ifeq ($(srctree),)
5 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
12 CFLAGS += -I$(srctree)/tools/thermal/lib
14 LDFLAGS = -L$(srctree)/tools/thermal/lib
/openbmc/linux/tools/lib/thermal/
H A DMakefile10 ifeq ($(srctree),)
11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
12 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
13 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
64 -I$(srctree)/tools/lib/thermal/include \
65 -I$(srctree)/tools/lib/ \
66 -I$(srctree)/tools/include \
67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
69 -I$(srctree)/tools/include/uapi
82 export srctree OUTPUT CC LD CFLAGS V
[all …]
/openbmc/linux/scripts/
H A DMakefile.defconf11 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
12 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \
13 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config)
14 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
25 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
26 -Q -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \
27 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config)
28 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
H A Dgenerate_rust_analyzer.py21 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs): argument
63 srctree / "rust" / "compiler_builtins.rs",
69 srctree / "rust" / "alloc" / "lib.rs",
76 srctree / "rust" / "macros" / "lib.rs",
84 srctree / "rust" / "build_error.rs",
90 srctree / "rust"/ "bindings" / "lib.rs",
98 srctree / "rust" / "kernel" / "lib.rs",
104 str(srctree / "rust" / "kernel"),
119 extra_dirs = map(lambda dir: srctree / dir, ("samples", "drivers"))
158 … "crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs),
H A Drustdoc_test_gen.rs48 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path()
53 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); in find_real_path()
55 srctree: &Path, in find_real_path()
63 if srctree in find_real_path()
82 if srctree.join("rust/kernel").join(&prefix).is_dir() { in find_real_path()
83 find_candidates(srctree, valid_paths, &prefix, components_rest); in find_real_path()
109 let srctree = std::env::var("srctree").unwrap(); in main() localVariable
110 let srctree = Path::new(&srctree); in main() localVariable
144 real_path = find_real_path(srctree, &mut valid_paths, file); in main()
/openbmc/linux/tools/thermal/lib/
H A DMakefile10 ifeq ($(srctree),)
11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
12 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
13 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
64 -I$(srctree)/tools/lib/thermal/include \
65 -I$(srctree)/tools/lib/ \
66 -I$(srctree)/tools/include \
67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
69 -I$(srctree)/tools/include/uapi
81 export srctree OUTPUT CC LD CFLAGS V
[all …]
/openbmc/u-boot/board/synopsys/axs10x/
H A Dconfig.mk7 $(Q)python3 $(srctree)/board/$(BOARDDIR)/headerize-axs.py \
11 --image $(srctree)/u-boot.bin \
12 --elf $(srctree)/u-boot
14 $(Q)python3 $(srctree)/board/$(BOARDDIR)/headerize-axs.py \
18 --image $(srctree)/u-boot.bin \
19 --elf $(srctree)/u-boot
22 -d $(srctree)/u-boot-update.txt \
23 $(srctree)/u-boot-update.img &> /dev/null
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_npm.py89 def _run_npm_install(self, d, srctree, registry, dev): argument
100 env.run("npm install", workdir=srctree)
102 def _generate_shrinkwrap(self, d, srctree, dev): argument
107 env.run("npm shrinkwrap", workdir=srctree)
109 return os.path.join(srctree, "npm-shrinkwrap.json")
111 def _handle_licenses(self, srctree, shrinkwrap_file, dev): argument
124 basedir = os.path.join(srctree, destdir)
205 d.setVar("S", srctree)
225 self._run_npm_install(d, srctree, registry, dev)
266 fetcher.unpack(srctree)
[all …]
H A Dcreate_buildsys.py33 if RecipeHandler.checkfiles(srctree, ['CMakeLists.txt']):
47 def extract_cmake_deps(outlines, srctree, extravalues, cmakelistsfile=None): argument
61 srcfiles = RecipeHandler.checkfiles(srctree, ['CMakeLists.txt'])
296 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
324 if RecipeHandler.checkfiles(srctree, ['*.pro']):
337 if RecipeHandler.checkfiles(srctree, ['configure.ac', 'configure.in']):
344 conffile = RecipeHandler.checkfiles(srctree, ['configure'])
355 conffile = RecipeHandler.checkfiles(srctree, ['configure'])
453 stdout, _ = bb.process.run(cmd, cwd=srctree, shell=True)
746 scanfile = os.path.join(srctree, 'configure.scan')
[all …]
/openbmc/linux/tools/objtool/
H A DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
10 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
26 INCLUDES := -I$(srctree)/tools/include \
27 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
28 -I$(srctree)/tools/arch/$(SRCARCH)/include \
29 -I$(srctree)/tools/objtool/include \
30 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \
61 export srctree OUTPUT CFLAGS SRCARCH AWK
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py67 if args.srctree and os.path.isfile(args.srctree):
86 if args.srctree:
87 srctree = os.path.abspath(args.srctree)
96 if srctree and os.path.exists(srctree):
110 elif srctree:
130 if srctree:
249 srctree = os.path.join(srctree, args.src_subdir)
428 srctree = os.path.abspath(args.srctree)
452 srctree = os.path.abspath(args.srctree)
782 srctree = os.path.join(srctree, srcsubdir)
[all …]
/openbmc/linux/tools/power/x86/intel-speed-select/
H A DMakefile6 ifeq ($(srctree),)
7 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
9 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
10 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
24 export srctree OUTPUT CC LD CFLAGS
25 include $(srctree)/tools/build/Makefile.include
/openbmc/linux/tools/lib/symbol/
H A DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
73 export srctree OUTPUT CC LD CFLAGS V
74 include $(srctree)/tools/build/Makefile.include
75 include $(srctree)/tools/scripts/Makefile.include
/openbmc/linux/tools/perf/
H A DMakefile.perf144 ifeq ($(srctree),)
145 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
146 srctree := $(patsubst %/,%,$(dir $(srctree)))
233 include $(srctree)/tools/build/Makefile.include
246 LIBAPI_DIR = $(srctree)/tools/lib/api/
247 LIBBPF_DIR = $(srctree)/tools/lib/bpf/
248 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
249 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/
250 LIBPERF_DIR = $(srctree)/tools/lib/perf/
267 include $(srctree)/tools/scripts/Makefile.arch
[all …]
/openbmc/linux/fs/unicode/
H A DMakefile21 -a $(srctree)/$(src)/DerivedAge.txt \
22 -c $(srctree)/$(src)/DerivedCombiningClass.txt \
23 -p $(srctree)/$(src)/DerivedCoreProperties.txt \
24 -d $(srctree)/$(src)/UnicodeData.txt \
25 -f $(srctree)/$(src)/CaseFolding.txt \
26 -n $(srctree)/$(src)/NormalizationCorrections.txt \
27 -t $(srctree)/$(src)/NormalizationTest.txt \
/openbmc/linux/tools/lib/perf/
H A DMakefile10 ifeq ($(srctree),)
11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
12 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
13 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
65 -I$(srctree)/tools/lib/perf/include \
66 -I$(srctree)/tools/lib/ \
67 -I$(srctree)/tools/include \
68 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
70 -I$(srctree)/tools/include/uapi
81 export srctree OUTPUT CC LD CFLAGS V
[all …]
/openbmc/linux/arch/um/
H A DMakefile25 MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/shared/skas
39 include $(srctree)/$(ARCH_DIR)/Makefile-skas
40 include $(srctree)/$(HOST_DIR)/Makefile.um
45 ARCH_INCLUDE := -I$(srctree)/$(SHARED_HEADERS)
46 ARCH_INCLUDE += -I$(srctree)/$(HOST_DIR)/um/shared
47 KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/um
72 -D_FILE_OFFSET_BITS=64 -idirafter $(srctree)/include \
76 include $(srctree)/$(ARCH_DIR)/Makefile-os-Linux
78 KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/include \
79 -I$(srctree)/$(HOST_DIR)/include/uapi \
[all …]
/openbmc/linux/tools/lib/subcmd/
H A DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
74 export srctree OUTPUT CC LD CFLAGS V
75 include $(srctree)/tools/build/Makefile.include
/openbmc/linux/tools/bootconfig/
H A DMakefile7 ifeq ($(srctree),)
8 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
9 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h
/openbmc/linux/tools/usb/
H A DMakefile7 ifeq ($(srctree),)
8 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
9 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
16 override CFLAGS += -O2 -Wall -Wextra -g -D_GNU_SOURCE -I$(OUTPUT)include -I$(srctree)/tools/include
24 export srctree OUTPUT CC LD CFLAGS
25 include $(srctree)/tools/build/Makefile.include
/openbmc/linux/tools/lib/api/
H A DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
72 export srctree OUTPUT CC LD CFLAGS V
73 include $(srctree)/tools/build/Makefile.include
74 include $(srctree)/tools/scripts/Makefile.include
/openbmc/linux/
H A DMakefile243 srctree := . macro
248 srctree := .. macro
256 srctree := $(abs_srctree) macro
260 VPATH := $(srctree)
543 -I$(srctree)/include/uapi \
651 @if [ -f $(srctree)/.config -o \
660 $(Q)ln -fsn $(srctree) source
1171 filechk_kernel.release = $(srctree)/scripts/setlocalversion $(srctree)
1272 $(srctree)/scripts/headerdep.pl -I$(srctree)/include
1753 $(Q)$(srctree)/scripts/misc-check
[all …]

12345678910>>...19