| /linux-6.15/arch/x86/tools/ |
| H A D | Makefile | 16 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… 37 …srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/… 39 …srctree)/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.15/Documentation/ |
| H A D | Makefile | 10 $(shell $(srctree)/scripts/documentation-file-ref-check --warn) 15 $(shell $(srctree)/scripts/get_abi.py --dir $(srctree)/Documentation/ABI validate) 24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu… 47 @$(srctree)/scripts/sphinx-pre-install 63 KERNELDOC = $(srctree)/scripts/kernel-doc 66 ifneq ($(wildcard $(srctree)/.config),) 90 $(PYTHON3) $(srctree)/scripts/jobserver-exec \ 106 YNL_YAML_DIR:=$(srctree)/Documentation/netlink/specs 107 YNL_TOOL:=$(srctree)/tools/net/ynl/pyynl/ynl_gen_rst.py 121 @$(srctree)/scripts/sphinx-pre-install --version-check [all …]
|
| /linux-6.15/tools/thermal/thermal-engine/ |
| H A D | Makefile | 4 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.15/tools/lib/thermal/ |
| H A D | Makefile | 10 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/ \ 56 -I$(srctree)/tools/include/uapi 69 export srctree OUTPUT CC LD CFLAGS V [all …]
|
| /linux-6.15/tools/thermal/thermometer/ |
| H A D | Makefile | 4 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.15/tools/thermal/lib/ |
| H A D | Makefile | 10 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/ \ 56 -I$(srctree)/tools/include/uapi 68 export srctree OUTPUT CC LD CFLAGS V [all …]
|
| /linux-6.15/tools/objtool/ |
| H A D | Makefile | 5 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/include/uapi \ 28 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \ 29 -I$(srctree)/tools/arch/$(SRCARCH)/include \ 30 -I$(srctree)/tools/objtool/include \ 60 export srctree OUTPUT CFLAGS SRCARCH AWK [all …]
|
| /linux-6.15/tools/verification/rv/ |
| H A D | Makefile | 3 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-6.15/arch/um/ |
| H A D | Makefile | 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 73 -D_FILE_OFFSET_BITS=64 -idirafter $(srctree)/include \ 75 -include $(srctree)/include/linux/compiler-version.h \ 76 -include $(srctree)/include/linux/kconfig.h 79 include $(srctree)/$(ARCH_DIR)/Makefile-os-Linux 81 KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/include \ [all …]
|
| /linux-6.15/tools/tracing/latency/ |
| H A D | Makefile | 3 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-6.15/tools/power/x86/intel-speed-select/ |
| H A D | Makefile | 6 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.15/tools/lib/symbol/ |
| H A D | Makefile | 5 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.15/tools/build/ |
| H A D | Makefile | 2 ifeq ($(srctree),) 3 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro 4 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 7 include $(srctree)/tools//scripts/Makefile.include 20 export srctree CC LD 23 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 40 $(OUTPUT)fixdep: $(srctree)/tools/build/fixdep.c
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.perf | 143 ifeq ($(srctree),) 144 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 145 srctree := $(patsubst %/,%,$(dir $(srctree))) 281 include $(srctree)/tools/build/Makefile.include 294 LIBAPI_DIR = $(srctree)/tools/lib/api/ 295 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 296 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 297 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/ 298 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 315 include $(srctree)/tools/scripts/Makefile.arch [all …]
|
| /linux-6.15/tools/tracing/rtla/ |
| H A D | Makefile | 3 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 62 include $(srctree)/tools/build/Makefile.feature 68 export CFLAGS OUTPUT srctree 89 make -f $(srctree)/tools/build/Makefile.build dir=. $@
|
| /linux-6.15/tools/lib/perf/ |
| H A D | Makefile | 10 ifeq ($(srctree),) 11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro 12 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 13 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 46 -I$(srctree)/tools/lib/perf/include \ 47 -I$(srctree)/tools/lib/ \ 48 -I$(srctree)/tools/include \ 49 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \ 51 -I$(srctree)/tools/include/uapi 63 export srctree OUTPUT CC LD CFLAGS V [all …]
|
| /linux-6.15/scripts/ |
| H A D | rustdoc_test_gen.rs | 48 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()
|
| H A D | generate_rust_analyzer.py | 22 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs): argument 83 srctree / "rust" / "compiler_builtins.rs", 89 srctree / "rust" / "macros" / "lib.rs", 96 srctree / "rust" / "build_error.rs", 102 srctree / "rust" / "pin-init" / "internal" / "src" / "lib.rs", 110 srctree / "rust" / "pin-init" / "src" / "lib.rs", 117 srctree / "rust" / "ffi.rs", 127 srctree / "rust"/ display_name / "lib.rs", 134 str(srctree / "rust" / display_name), 153 extra_dirs = map(lambda dir: srctree / dir, ("samples", "drivers")) [all …]
|
| /linux-6.15/ |
| H A D | Makefile | 371 $(MAKE) -f $(srctree)/Makefile $$i; \ 491 -I $(srctree)/scripts/include 558 -I$(srctree)/include/uapi \ 568 -I$(srctree)/include \ 613 export CLIPPY_CONF_DIR := $(srctree) 673 @if [ -f $(srctree)/.config -o \ 674 -d $(srctree)/include/config -o \ 1243 filechk_kernel.release = $(srctree)/scripts/setlocalversion $(srctree) 1345 $(srctree)/scripts/headerdep.pl -I$(srctree)/include 1837 $(Q)$(srctree)/scripts/misc-check [all …]
|
| /linux-6.15/tools/lib/subcmd/ |
| H A D | Makefile | 5 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.15/tools/lib/api/ |
| H A D | Makefile | 5 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.15/drivers/pinctrl/renesas/ |
| H A D | Makefile | 56 CFLAGS_pfc-sh7203.o += -I$(srctree)/arch/sh/include/cpu-sh2a 57 CFLAGS_pfc-sh7264.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 66 CFLAGS_pfc-sh7786.o += -I$(srctree)/arch/sh/include/cpu-sh4 [all …]
|
| /linux-6.15/tools/usb/ |
| H A D | Makefile | 7 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.15/tools/bootconfig/ |
| H A D | Makefile | 7 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.15/tools/power/acpi/ |
| H A D | Makefile.config | 8 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
|