Home
last modified time | relevance | path

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

12345678910>>...14

/linux-6.12.1/arch/x86/tools/
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
/linux-6.12.1/Documentation/
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…
47 @$(srctree)/scripts/sphinx-pre-install
63 KERNELDOC = $(srctree)/scripts/kernel-doc
64 KERNELDOC_CONF = -D kerneldoc_srctree=$(srctree) -D kerneldoc_bin=$(KERNELDOC)
66 ifneq ($(wildcard $(srctree)/.config),)
90 $(PYTHON3) $(srctree)/scripts/jobserver-exec \
91 $(CONFIG_SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \
101 …cp $(if $(patsubst /%,,$(DOCS_CSS)),$(abspath $(srctree)/$(DOCS_CSS)),$(DOCS_CSS)) $(BUILDDIR)/$3/…
[all …]
/linux-6.12.1/tools/thermal/thermal-engine/
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-6.12.1/tools/lib/thermal/
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/ \
68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
69 -I$(srctree)/tools/include/uapi
[all …]
/linux-6.12.1/tools/thermal/thermometer/
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-6.12.1/tools/thermal/lib/
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/ \
68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
69 -I$(srctree)/tools/include/uapi
[all …]
/linux-6.12.1/scripts/
DMakefile.defconf11 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
12 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \
13 $(foreach config,$(2),$(srctree)/arch/$(SRCARCH)/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/$(SRCARCH)/configs/$(1) \
27 $(foreach config,$(2),$(srctree)/arch/$(SRCARCH)/configs/$(config).config)
28 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
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()
/linux-6.12.1/tools/tracing/rtla/
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
46 include $(srctree)/tools/build/Makefile.include
60 include $(srctree)/tools/build/Makefile.feature
66 export CFLAGS OUTPUT srctree
76 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-6.12.1/tools/verification/rv/
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
46 include $(srctree)/tools/build/Makefile.include
60 include $(srctree)/tools/build/Makefile.feature
66 export CFLAGS OUTPUT srctree
76 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-6.12.1/tools/objtool/
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 \
65 export srctree OUTPUT CFLAGS SRCARCH AWK
[all …]
/linux-6.12.1/tools/tracing/latency/
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
48 include $(srctree)/tools/build/Makefile.include
61 include $(srctree)/tools/build/Makefile.feature
67 export CFLAGS OUTPUT srctree
73 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-6.12.1/tools/power/x86/intel-speed-select/
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
/linux-6.12.1/tools/perf/
DMakefile.perf149 ifeq ($(srctree),)
150 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
151 srctree := $(patsubst %/,%,$(dir $(srctree)))
167 SOURCE := $(shell ln -sf $(srctree)/tools/perf $(OUTPUT)/source)
280 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK
283 include $(srctree)/tools/build/Makefile.include
296 LIBAPI_DIR = $(srctree)/tools/lib/api/
297 LIBBPF_DIR = $(srctree)/tools/lib/bpf/
298 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
299 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/
[all …]
/linux-6.12.1/tools/lib/symbol/
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-6.12.1/
DMakefile233 srctree := . macro
238 srctree := .. macro
240 srctree := $(abs_srctree) macro
246 srctree := $(abs_srctree) macro
255 VPATH := $(srctree)
259 export building_out_of_srctree srctree objtree VPATH
349 $(MAKE) -f $(srctree)/Makefile $$i; \
354 include $(srctree)/scripts/Kbuild.include
361 include $(srctree)/scripts/subarch.include
463 $(HOSTCFLAGS) -I $(srctree)/scripts/include
[all …]
/linux-6.12.1/tools/build/
DMakefile2 ifeq ($(srctree),)
3 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
4 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
7 include $(srctree)/tools//scripts/Makefile.include
26 export Q srctree CC LD
29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
46 $(OUTPUT)fixdep: $(srctree)/tools/build/fixdep.c
/linux-6.12.1/tools/lib/perf/
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/ \
69 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
70 -I$(srctree)/tools/include/uapi
[all …]
/linux-6.12.1/arch/um/
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 …]
/linux-6.12.1/drivers/pinctrl/renesas/
DMakefile56 CFLAGS_pfc-sh7203.o += -I$(srctree)/arch/sh/include/cpu-sh2a
57 CFLAGS_pfc-sh7264.o += -I$(srctree)/arch/sh/include/cpu-sh2a
58 CFLAGS_pfc-sh7269.o += -I$(srctree)/arch/sh/include/cpu-sh2a
59 CFLAGS_pfc-sh7720.o += -I$(srctree)/arch/sh/include/cpu-sh3
60 CFLAGS_pfc-sh7722.o += -I$(srctree)/arch/sh/include/cpu-sh4
61 CFLAGS_pfc-sh7723.o += -I$(srctree)/arch/sh/include/cpu-sh4
62 CFLAGS_pfc-sh7724.o += -I$(srctree)/arch/sh/include/cpu-sh4
63 CFLAGS_pfc-sh7734.o += -I$(srctree)/arch/sh/include/cpu-sh4
64 CFLAGS_pfc-sh7757.o += -I$(srctree)/arch/sh/include/cpu-sh4
65 CFLAGS_pfc-sh7785.o += -I$(srctree)/arch/sh/include/cpu-sh4
[all …]
/linux-6.12.1/tools/lib/api/
DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
68 export srctree OUTPUT CC LD CFLAGS V
69 include $(srctree)/tools/build/Makefile.include
70 include $(srctree)/tools/scripts/Makefile.include
/linux-6.12.1/tools/lib/subcmd/
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-6.12.1/tools/usb/
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-6.12.1/tools/bootconfig/
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-6.12.1/tools/power/acpi/
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

12345678910>>...14