| /linux/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/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/tools/objtool/ |
| H A D | Makefile | 27 ifeq ($(srctree),) 28 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 29 srctree := $(patsubst %/,%,$(dir $(srctree))) 32 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 53 INCLUDES := -I$(srctree)/tools/include \ 54 -I$(srctree)/tools/include/uapi \ 55 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \ 56 -I$(srctree)/tools/arch/$(SRCARCH)/include \ 57 -I$(srctree)/tool 6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) global() macro 7 srctree := $(patsubst %/,%,$(dir $(srctree))) global() macro [all...] |
| /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 85 srctree / "rust" / "compiler_builtins.rs", 91 srctree / "rust" / "proc-macro2" / "lib.rs", 98 srctree / "rust" / "quote" / "lib.rs", 105 srctree / "rust" / "syn" / "lib.rs", 112 srctree / "rust" / "macros" / "lib.rs", 119 srctree / "rust" / "build_error.rs", 125 srctree / "rust" / "pin-init" / "internal" / "src" / "lib.rs", 133 srctree / "rust" / "pin-init" / "src" / "lib.rs", 140 srctree / "rust" / "ffi.rs", [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() 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 = Path::new(&srctree); in main() localVariable 145 real_path = find_real_path(srctree, &mut valid_paths, file); in main()
|
| 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 | 138 ifeq ($(srctree),) 139 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 140 srctree := $(patsubst %/,%,$(dir $(srctree))) 156 SOURCE := $(shell ln -sfn $(srctree)/tools/perf $(OUTPUT)/source) 275 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK 278 include $(srctree)/tools/build/Makefile.include 291 LIBAPI_DIR = $(srctree)/tools/lib/api/ 292 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 293 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 294 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/ [all …]
|
| /linux/Documentation/ |
| H A D | Makefile | 11 $(shell $(srctree)/tools/docs/documentation-file-ref-check --warn) 16 $(shell $(srctree)/tools/docs/get_abi.py --dir $(srctree)/Documentation/ABI validate) 36 BUILD_WRAPPER = $(srctree)/tools/docs/sphinx-build-wrapper 50 @$(srctree)/tools/docs/sphinx-pre-install 58 $(srctree)/tools/docs/sphinx-pre-install --version-check 71 htmldocs-redirects: $(srctree)/Documentation/.renames.txt 75 $(Q)cd $(srctree); tools/docs/documentation-file-ref-check 81 …HINXDIRS = $(shell printf "%s\n" $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(…
|
| /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/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/ \ 50 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \ 51 -I$(srctree)/tools/include/uapi [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 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/ |
| H A D | Makefile | 275 export srctree := $(if $(KBUILD_EXTMOD),$(abs_srctree),$(srcroot)) macro 371 $(MAKE) -f $(srctree)/Makefile $$i; \ 376 include $(srctree)/scripts/Kbuild.include 383 include $(srctree)/scripts/subarch.include 463 KERNELDOC = $(srctree)/scripts/kernel-doc.py 500 $(HOSTCFLAGS) -I $(srctree)/scripts/include 502 -I $(srctree)/scripts/include 568 -I$(srctree)/arch/$(SRCARCH)/include/uapi \ 570 -I$(srctree)/include/uapi \ 572 -include $(srctree)/include/linux/compiler-version.h \ [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/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/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/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
|