| /linux/tools/platform/x86/amd/ |
| H A D | Makefile | 2 ifeq ($(srctree),) 3 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro 4 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 5 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 10 include $(srctree)/tools/scripts/Makefile.include 22 INCLUDES = -I$(srctree)/tools/include 23 INCLUDES += -I$(srctree)/tools/include/uapi 24 INCLUDES += -I$(srctree)/include/uapi 25 INCLUDES += -I$(srctree)/include
|
| /linux/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/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/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/ \ 55 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \ 56 -I$(srctree)/tools/include/uapi [all …]
|
| /linux/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 [all...] |
| /linux/scripts/ |
| H A D | generate_rust_analyzer.py | 67 srctree: pathlib.Path, 226 srctree / "rust" / "compiler_builtins.rs", 232 srctree / "rust" / "proc-macro2" / "lib.rs", 238 srctree / "rust" / "quote" / "lib.rs", 245 srctree / "rust" / "syn" / "lib.rs", 251 srctree / "rust" / "macros" / "lib.rs", 257 srctree / "rust" / "zerocopy-derive" / "lib.rs", 263 srctree / "rust" / "build_error.rs", 269 srctree / "rust" / "pin-init" / "internal" / "src" / "lib.rs", 275 srctree / "rus 22 generate_crates(srctree, objtree, sysroot_src, external_src, cfgs, core_edition) global() argument [all...] |
| H A D | rustdoc_test_gen.rs | 55 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path() 60 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); in find_real_path() 62 srctree: &Path, in find_real_path() 70 if srctree in find_real_path() 76 // Avoid `srctree` here in order to keep paths relative to it in the KTAP output. in find_real_path() 89 if srctree.join("rust/kernel").join(&prefix).is_dir() { in find_real_path() 90 find_candidates(srctree, valid_paths, &prefix, components_rest); in find_real_path() 117 let srctree = std::env::var("srctree").unwrap(); in main() 118 let srctree in main() 110 let srctree = std::env::var("srctree").unwrap(); main() localVariable 111 let srctree = Path::new(&srctree); main() localVariable [all...] |
| H A D | Makefile.defconf | 5 $(srctree)/scripts/kconfig/merge_config.sh \ 6 $4 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$2 \ 7 $(foreach config,$3,$(srctree)/arch/$(SRCARCH)/configs/$(config).config) 17 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig 29 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
|
| H A D | Makefile.package | 4 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/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/tools/perf/ |
| H A D | Makefile.perf | 139 ifeq ($(srctree),) 140 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 141 srctree := $(patsubst %/,%,$(dir $(srctree))) 142 #$(info Determined 'srctree' to be $(srctree)) 157 SOURCE := $(shell ln -sfn $(srctree)/tools/perf $(OUTPUT)/source) 275 export srctree OUTPUT RM CC CXX RUSTC CLANG LD AR CFLAGS CXXFLAGS RUST_FLAGS V BISON FLEX AWK LIBBPF READELF 278 include $(srctree)/tools/build/Makefile.include 290 LIBAPI_DIR = $(srctree)/tool [all...] |
| /linux/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 9 #$(info Determined 'srctree' to be $(srctree)) 44 CFLAGS += -I$(srctree)/tools/lib 45 CFLAGS += -I$(srctree)/tool [all...] |
| /linux/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 30 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 40 TOOLS_INCLUDES = -I$(srctree)/tools/include 49 LIB_CTYPE_SRC = $(srctree)/tools/lib/ctype.c 52 LIB_STRING_SRC = $(srctree)/tools/lib/string.c 55 LIB_STR_ERROR_R_SRC = $(srctree)/tools/lib/str_error_r.c [all …]
|
| /linux/tools/objtool/ |
| H A D | Makefile | 27 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)/tool [all...] |
| /linux/ |
| H A D | Makefile | 275 export srctree := $(if $(KBUILD_EXTMOD),$(abs_srctree),$(srcroot)) macro 374 $(MAKE) -f $(srctree)/Makefile $$i; \ 379 include $(srctree)/scripts/Kbuild.include 386 include $(srctree)/scripts/subarch.include 468 KERNELDOC = $(srctree)/tools/docs/kernel-doc 515 $(HOSTCFLAGS) -I $(srctree)/scripts/include 517 -I $(srctree)/scripts/include 587 -I$(srctree)/arch/$(SRCARCH)/include/uapi \ 589 -I$(srctree)/include/uapi \ 591 -include $(srctree)/include/linux/compiler-version.h \ [all …]
|
| /linux/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 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/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 9 #$(info Determined 'srctree' to be $(srctree)) 48 CFLAGS += -I$(srctree)/tools/include/ 68 export srctree OUTPU [all...] |
| /linux/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 9 #$(info Determined 'srctree' to be $(srctree)) 43 CFLAGS += -I$(srctree)/tools/lib/api 44 CFLAGS += -I$(srctree)/tool [all...] |
| /linux/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/arch/riscv/purgatory/ |
| H A D | Makefile | 11 $(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/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/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
|
| /linux/arch/mips/ralink/ |
| H A D | Platform | 4 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 D | Makefile | 6 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
|
| /linux/tools/lib/bpf/ |
| H A D | Makefile | 5 srctree := $(realpath $(srctree)) macro 16 # This will work when bpf is built in tools env. where srctree 17 # isn't set and when invoked from selftests build, where srctree 18 # is a ".". building_out_of_srctree is undefined for in srctree 21 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro 22 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 23 srctree := $(patsubst %/,%,$(dir $(srctree))) macro [all...] |