Home
last modified time | relevance | path

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

12345678910>>...12

/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
/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
/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
51 -I$(srctree)/tools/lib/thermal/include \
52 -I$(srctree)/tools/lib/ \
53 -I$(srctree)/tools/include \
54 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
55 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
56 -I$(srctree)/tools/include/uapi
[all …]
/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
71 -D_FILE_OFFSET_BITS=64 -idirafter $(srctree)/include \
73 -include $(srctree)/include/linux/compiler-version.h \
74 -include $(srctree)/include/linux/kconfig.h
77 include $(srctree)/$(ARCH_DIR)/Makefile-os-Linux
[all …]
/linux/scripts/
H A Dgenerate_rust_analyzer.py59 srctree: pathlib.Path,
214 srctree / "rust" / "compiler_builtins.rs",
220 srctree / "rust" / "proc-macro2" / "lib.rs",
226 srctree / "rust" / "quote" / "lib.rs",
233 srctree / "rust" / "syn" / "lib.rs",
239 srctree / "rust" / "macros" / "lib.rs",
245 srctree / "rust" / "build_error.rs",
251 srctree / "rust" / "pin-init" / "internal" / "src" / "lib.rs",
257 srctree / "rust" / "pin-init" / "src" / "lib.rs",
263 srctree / "rus
22 generate_crates(srctree, objtree, sysroot_src, external_src, cfgs, core_edition) global() argument
[all...]
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()
69 // Avoid `srctree` here in order to keep paths relative to it in the KTAP output. 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()
110 let srctree = std::env::var("srctree").unwrap(); in main() localVariable
111 let srctree in main() localVariable
[all...]
H A DMakefile.package4 include $(srctree)/scripts/Kbuild.include
5 include $(srctree)/scripts/Makefile.lib
10 filechk_HEAD = git -C $(srctree) rev-parse --verify HEAD 2>/dev/null
17 @if ! $(srctree)/scripts/check-git; then \
29 cmd_archive = git -C $(srctree) $(git-config-tar$(suffix $@)) archive \
51 cmd_mkspec = $(srctree)/scripts/package/mkspec $@
61 $(Q)$(srctree)/scripts/package/gen-diff-patch rpmbuild/SOURCES/diff.patch
100 cmd_debianize = $(srctree)/scripts/package/mkdebian $(mkdebian-opts)
144 $(srctree)/scripts/package/snapcraft.template > \
154 @ln -srf $(srctree)/scripts/package/PKGBUILD $(objtree)/PKGBUILD
[all …]
/linux/tools/verification/rv/
H A DMakefile3 ifeq ($(srctree),)
4 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
5 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
9 include $(srctree)/tools/scripts/Makefile.include
40 include $(srctree)/tools/build/Makefile.include
54 include $(srctree)/tools/build/Makefile.feature
60 export CFLAGS OUTPUT srctree
70 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux/tools/tracing/latency/
H A DMakefile3 ifeq ($(srctree),)
4 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
5 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
9 include $(srctree)/tools/scripts/Makefile.include
42 include $(srctree)/tools/build/Makefile.include
55 include $(srctree)/tools/build/Makefile.feature
61 export CFLAGS OUTPUT srctree
67 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux/tools/perf/
H A DMakefile.perf139 ifeq ($(srctree),)
140 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
141 srctree := $(patsubst %/,%,$(dir $(srctree)))
157 SOURCE := $(shell ln -sfn $(srctree)/tools/perf $(OUTPUT)/source)
277 export srctree OUTPUT RM CC CXX RUSTC LD AR CFLAGS CXXFLAGS RUST_FLAGS V BISON FLEX AWK
280 include $(srctree)/tools/build/Makefile.include
293 LIBAPI_DIR = $(srctree)/tools/lib/api/
294 LIBBPF_DIR = $(srctree)/tools/lib/bpf/
295 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
296 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/
[all …]
/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
69 export srctree OUTPUT CC LD CFLAGS V
70 include $(srctree)/tools/build/Makefile.include
71 include $(srctree)/tools/scripts/Makefile.include
/linux/
H A DMakefile275 export srctree := $(if $(KBUILD_EXTMOD),$(abs_srctree),$(srcroot)) macro
372 $(MAKE) -f $(srctree)/Makefile $$i; \
377 include $(srctree)/scripts/Kbuild.include
384 include $(srctree)/scripts/subarch.include
466 KERNELDOC = $(srctree)/tools/docs/kernel-doc
506 $(HOSTCFLAGS) -I $(srctree)/scripts/include
508 -I $(srctree)/scripts/include
575 -I$(srctree)/arch/$(SRCARCH)/include/uapi \
577 -I$(srctree)/include/uapi \
579 -include $(srctree)/include/linux/compiler-version.h \
[all …]
/linux/tools/tracing/rtla/
H A DMakefile3 ifeq ($(srctree),)
4 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
5 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
9 include $(srctree)/tools/scripts/Makefile.include
50 include $(srctree)/tools/build/Makefile.include
65 include $(srctree)/tools/build/Makefile.feature
71 export CFLAGS OUTPUT srctree
[all...]
/linux/tools/objtool/
H A DMakefile27 ifeq ($(srctree),)
28 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
29 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
34 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
55 INCLUDES := -I$(srctree)/tools/include \
56 -I$(srctree)/tools/include/uapi \
57 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
58 -I$(srctree)/tools/arch/$(SRCARCH)/include \
59 -I$(srctree)/tools/objtool/include \
60 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \
[all …]
/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
45 -I$(srctree)/tools/lib/perf/include \
46 -I$(srctree)/tools/lib/ \
47 -I$(srctree)/tools/include \
48 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
49 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
50 -I$(srctree)/tools/include/uapi
[all …]
/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
9 #$(info Determined 'srctree' to be $(srctree))
47 CFLAGS += -I$(srctree)/tools/lib/api
48 CFLAGS += -I$(srctree)/tool
[all...]
/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
72 export srctree OUTPUT CC LD CFLAGS V
73 include $(srctree)/tools/build/Makefile.include
/linux/arch/riscv/purgatory/
H A DMakefile11 $(obj)/string.o: $(srctree)/lib/string.c FORCE
14 $(obj)/ctype.o: $(srctree)/lib/ctype.c FORCE
17 $(obj)/memcpy.o: $(srctree)/arch/riscv/lib/memcpy.S FORCE
20 $(obj)/memset.o: $(srctree)/arch/riscv/lib/memset.S FORCE
23 $(obj)/strcmp.o: $(srctree)/arch/riscv/lib/strcmp.S FORCE
26 $(obj)/strlen.o: $(srctree)/arch/riscv/lib/strlen.S FORCE
29 $(obj)/strncmp.o: $(srctree)/arch/riscv/lib/strncmp.S FORCE
32 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
35 $(obj)/strnlen.o: $(srctree)/arch/riscv/lib/strnlen.S FORCE
38 $(obj)/strchr.o: $(srctree)/arch/riscv/lib/strchr.S FORCE
[all …]
/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
/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
/linux/tools/power/acpi/
H A DMakefile.config8 ifeq ($(srctree),)
9 srctree := $(patsubst %/,%,$(dir $(shell pwd)))
10 srctree := $(patsubst %/,%,$(dir $(srctree)))
14 include $(srctree)/../../scripts/Makefile.include
16 OUTPUT=$(srctree)/
69 ACPICA_INCLUDE := $(srctree)/../../../drivers/acpi/acpica
/linux/arch/powerpc/
H A DMakefile175 KBUILD_CPPFLAGS += -I $(srctree)/arch/powerpc $(asinstr)
189 -T $(srctree)/arch/powerpc/platforms/44x/ppc476_modules.lds
245 include $(srctree)/scripts/Makefile.defconf
301 $(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/book3s_32.config \
302 -f $(srctree)/Makefile allmodconfig
306 $(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/44x.config \
307 -f $(srctree)/Makefile allmodconfig
311 $(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/8xx.config \
312 -f $(srctree)/Makefile allmodconfig
316 $(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/85xx-32bit.config \
[all …]
/linux/tools/lib/bpf/
H A DMakefile5 srctree := $(realpath $(srctree)) macro
21 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
22 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
23 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
101 export srctree OUTPUT CC LD CFLAGS V
102 include $(srctree)/tools/build/Makefile.include
147 …$(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= OUTPUT=$(SHARED_OBJDIR) $(SHARED_OBJDIR)…
151 …$(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= OUTPUT=$(STATIC_OBJDIR) $(STATIC_OBJDIR)…
154 $(BPF_HELPER_DEFS): $(srctree)/tools/include/uapi/linux/bpf.h
155 $(QUIET_GEN)$(srctree)/scripts/bpf_doc.py --header \
[all …]
/linux/arch/mips/ralink/
H A DPlatform4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
/linux/tools/counter/
H A DMakefile6 ifeq ($(srctree),)
7 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
16 -I$(srctree)/tools/include
23 export srctree OUTPUT CC LD CFLAGS
24 include $(srctree)/tools/build/Makefile.include

12345678910>>...12