| /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/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/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/arch/um/ |
| H A 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 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 D | generate_rust_analyzer.py | 22 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs, core_edition): argument 108 srctree / "rust" / "compiler_builtins.rs", 114 srctree / "rust" / "proc-macro2" / "lib.rs", 121 srctree / "rust" / "quote" / "lib.rs", 129 srctree / "rust" / "syn" / "lib.rs", 136 srctree / "rust" / "macros" / "lib.rs", 143 srctree / "rust" / "build_error.rs", 149 srctree / "rust" / "pin-init" / "internal" / "src" / "lib.rs", 157 srctree / "rust" / "pin-init" / "src" / "lib.rs", 164 srctree / "rus [all...] |
| 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() 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 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/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/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) 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)/tool [all...] |
| /linux/ |
| H A D | Makefile | 69 # cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE) 275 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 504 $(HOSTCFLAGS) -I $(srctree)/scripts/include 506 -I $(srctree)/scripts/include 572 -I$(srctree)/arch/$(SRCARCH)/include/uapi \ 574 -I$(srctree)/includ [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 69 export srctree OUTPUT CC LD CFLAGS V 70 include $(srctree)/tools/build/Makefile.include 71 include $(srctree)/tools/scripts/Makefile.include
|
| /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 48 include $(srctree)/tools/build/Makefile.include 62 include $(srctree)/tools/build/Makefile.feature 68 export CFLAGS OUTPUT srctree [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/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/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)) 47 CFLAGS += -I$(srctree)/tools/lib/api 48 CFLAGS += -I$(srctree)/tool [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 72 export srctree OUTPUT CC LD CFLAGS V 73 include $(srctree)/tools/build/Makefile.include
|
| /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/powerpc/ |
| H A D | Makefile | 175 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/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/tools/lib/bpf/ |
| H A D | Makefile | 5 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 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/bpf/ |
| H A D | Makefile | 12 CFLAGS += -D__EXPORTED_HEADERS__ -I$(srctree)/tools/include/uapi \ 13 -I$(srctree)/tools/include 15 # This will work when bpf is built in tools env. where srctree 16 # isn't set and when invoked from selftests build, where srctree 17 # is set to ".". building_out_of_srctree is undefined for in srctree 19 ifeq ($(srctree),) 26 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro 27 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 44 include $(srctree)/tool [all...] |