/Linux-v6.6/arch/x86/tools/ |
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-v6.6/Documentation/ |
D | Makefile | 10 $(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 60 KERNELDOC_CONF = -D kerneldoc_srctree=$(srctree) -D kerneldoc_bin=$(KERNELDOC) 62 ifneq ($(wildcard $(srctree)/.config),) 85 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 86 $(PYTHON3) $(srctree)/scripts/jobserver-exec \ 87 $(CONFIG_SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \ [all …]
|
/Linux-v6.6/tools/thermal/thermal-engine/ |
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-v6.6/tools/lib/thermal/ |
D | Makefile | 10 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-v6.6/tools/thermal/thermometer/ |
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-v6.6/tools/thermal/lib/ |
D | Makefile | 10 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-v6.6/scripts/ |
D | Makefile.defconf | 11 $(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
|
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()
|
D | generate_rust_analyzer.py | 21 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),
|
/Linux-v6.6/tools/objtool/ |
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/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 …]
|
/Linux-v6.6/tools/power/x86/intel-speed-select/ |
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-v6.6/tools/perf/ |
D | Makefile.perf | 140 ifeq ($(srctree),) 141 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 142 srctree := $(patsubst %/,%,$(dir $(srctree))) 226 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK 229 include $(srctree)/tools/build/Makefile.include 242 LIBAPI_DIR = $(srctree)/tools/lib/api/ 243 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 244 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 245 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/ 246 LIBPERF_DIR = $(srctree)/tools/lib/perf/ [all …]
|
/Linux-v6.6/tools/lib/symbol/ |
D | Makefile | 5 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
|
/Linux-v6.6/tools/lib/perf/ |
D | Makefile | 10 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-v6.6/fs/unicode/ |
D | Makefile | 21 -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 \
|
/Linux-v6.6/ |
D | Makefile | 243 srctree := . macro 248 srctree := .. macro 250 srctree := $(abs_srctree) macro 256 srctree := $(abs_srctree) macro 260 VPATH := $(srctree) 262 export building_out_of_srctree srctree objtree VPATH 361 $(MAKE) -f $(srctree)/Makefile $$i; \ 366 include $(srctree)/scripts/Kbuild.include 373 include $(srctree)/scripts/subarch.include 525 PAHOLE_FLAGS = $(shell PAHOLE=$(PAHOLE) $(srctree)/scripts/pahole-flags.sh) [all …]
|
/Linux-v6.6/arch/um/ |
D | Makefile | 25 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-v6.6/tools/lib/subcmd/ |
D | Makefile | 5 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
|
/Linux-v6.6/tools/lib/api/ |
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 74 include $(srctree)/tools/scripts/Makefile.include
|
/Linux-v6.6/drivers/pinctrl/renesas/ |
D | Makefile | 55 CFLAGS_pfc-sh7203.o += -I$(srctree)/arch/sh/include/cpu-sh2a 56 CFLAGS_pfc-sh7264.o += -I$(srctree)/arch/sh/include/cpu-sh2a 57 CFLAGS_pfc-sh7269.o += -I$(srctree)/arch/sh/include/cpu-sh2a 58 CFLAGS_pfc-sh7720.o += -I$(srctree)/arch/sh/include/cpu-sh3 59 CFLAGS_pfc-sh7722.o += -I$(srctree)/arch/sh/include/cpu-sh4 60 CFLAGS_pfc-sh7723.o += -I$(srctree)/arch/sh/include/cpu-sh4 61 CFLAGS_pfc-sh7724.o += -I$(srctree)/arch/sh/include/cpu-sh4 62 CFLAGS_pfc-sh7734.o += -I$(srctree)/arch/sh/include/cpu-sh4 63 CFLAGS_pfc-sh7757.o += -I$(srctree)/arch/sh/include/cpu-sh4 64 CFLAGS_pfc-sh7785.o += -I$(srctree)/arch/sh/include/cpu-sh4 [all …]
|
/Linux-v6.6/tools/usb/ |
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-v6.6/tools/bootconfig/ |
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-v6.6/tools/build/ |
D | Makefile | 2 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
|
/Linux-v6.6/tools/power/acpi/ |
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
|
/Linux-v6.6/Documentation/devicetree/bindings/ |
D | Makefile | 28 find_all_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \ 37 $(DT_SCHEMA_LINT) -f parsable -c $(srctree)/$(src)/.yamllint >&2) || true 41 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true 55 DT_DOCS = $(patsubst $(srctree)/%,%,$(shell $(find_all_cmd))) 71 always-$(CHECK_DT_BINDING) += $(patsubst $(srctree)/$(src)/%.yaml,%.example.dts, $(CHK_DT_DOCS)) 72 always-$(CHECK_DT_BINDING) += $(patsubst $(srctree)/$(src)/%.yaml,%.example.dtb, $(CHK_DT_DOCS)) 80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
|