| /linux/arch/x86/tools/ |
| 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/Documentation/ |
| A 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… 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/ynl-gen-rst.py 121 @$(srctree)/scripts/sphinx-pre-install --version-check [all …]
|
| /linux/tools/thermal/thermal-engine/ |
| 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/lib/thermal/ |
| A 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/ \ 69 -I$(srctree)/tools/include/uapi 82 export srctree OUTPUT CC LD CFLAGS V [all …]
|
| /linux/tools/thermal/thermometer/ |
| 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/ |
| A 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/ \ 69 -I$(srctree)/tools/include/uapi 81 export srctree OUTPUT CC LD CFLAGS V [all …]
|
| /linux/scripts/ |
| A D | Makefile.defconf | 11 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \ 12 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \ 13 $(foreach config,$(2),$(srctree)/arch/$(SRCARCH)/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/$(SRCARCH)/configs/$(1) \ 27 $(foreach config,$(2),$(srctree)/arch/$(SRCARCH)/configs/$(config).config) 28 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
|
| 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() 110 let srctree = Path::new(&srctree); in main() 144 real_path = find_real_path(srctree, &mut valid_paths, file); in main()
|
| /linux/tools/tracing/rtla/ |
| 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 46 include $(srctree)/tools/build/Makefile.include 60 include $(srctree)/tools/build/Makefile.feature 66 export CFLAGS OUTPUT srctree 76 make -f $(srctree)/tools/build/Makefile.build dir=. $@
|
| /linux/tools/verification/rv/ |
| 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 46 include $(srctree)/tools/build/Makefile.include 60 include $(srctree)/tools/build/Makefile.feature 66 export CFLAGS OUTPUT srctree 76 make -f $(srctree)/tools/build/Makefile.build dir=. $@
|
| /linux/tools/objtool/ |
| 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/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 \ 65 export srctree OUTPUT CFLAGS SRCARCH AWK [all …]
|
| /linux/tools/tracing/latency/ |
| 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 61 include $(srctree)/tools/build/Makefile.feature 67 export CFLAGS OUTPUT srctree 73 make -f $(srctree)/tools/build/Makefile.build dir=. $@
|
| /linux/tools/power/x86/intel-speed-select/ |
| 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/tools/perf/ |
| A D | Makefile.perf | 149 ifeq ($(srctree),) 150 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 151 srctree := $(patsubst %/,%,$(dir $(srctree))) 283 include $(srctree)/tools/build/Makefile.include 296 LIBAPI_DIR = $(srctree)/tools/lib/api/ 297 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 298 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 299 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/ 300 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 317 include $(srctree)/tools/scripts/Makefile.arch [all …]
|
| /linux/tools/lib/symbol/ |
| 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/build/ |
| 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 26 export Q srctree CC LD 29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 46 $(OUTPUT)fixdep: $(srctree)/tools/build/fixdep.c
|
| /linux/ |
| A D | Makefile | 233 srctree := . macro 238 srctree := .. macro 246 srctree := $(abs_srctree) macro 255 VPATH := $(srctree) 531 -I$(srctree)/include/uapi \ 631 @if [ -f $(srctree)/.config -o \ 640 $(Q)ln -fsn $(srctree) source 1173 filechk_kernel.release = $(srctree)/scripts/setlocalversion $(srctree) 1274 $(srctree)/scripts/headerdep.pl -I$(srctree)/include 1768 $(Q)$(srctree)/scripts/misc-check [all …]
|
| /linux/tools/lib/perf/ |
| A 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/ \ 70 -I$(srctree)/tools/include/uapi 81 export srctree OUTPUT CC LD CFLAGS V [all …]
|
| /linux/arch/um/ |
| 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 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/tools/lib/subcmd/ |
| 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/lib/api/ |
| 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/drivers/pinctrl/renesas/ |
| 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/tools/usb/ |
| 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/ |
| 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/ |
| 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
|