Home
last modified time | relevance | path

Searched refs:srctree (Results 1 – 25 of 220) sorted by relevance

123456789

/Linux-v4.19/arch/x86/tools/
DMakefile16 reformatter = $(srctree)/arch/x86/tools/objdump_reformat.awk
17 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk
32 …bjtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/uapi/ -I$(srctree)/arch/x86/include/ -I$(srctr…
34 …y.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arch/x86/lib/ …
37srctree)/arch/x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_t…
39srctree)/arch/x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_t…
41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
/Linux-v4.19/tools/lib/subcmd/
DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
38 CFLAGS += -I$(srctree)/tools/include/
39 CFLAGS += -I$(srctree)/include/uapi
40 CFLAGS += -I$(srctree)/include
46 export srctree OUTPUT CC LD CFLAGS V
47 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/tools/lib/api/
DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
41 CFLAGS += -I$(srctree)/tools/lib/api
42 CFLAGS += -I$(srctree)/tools/include
50 export srctree OUTPUT CC LD CFLAGS V
51 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/tools/objtool/
DMakefile16 ifeq ($(srctree),)
17 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
18 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
21 SUBCMD_SRCDIR = $(srctree)/tools/lib/subcmd/
30 INCLUDES := -I$(srctree)/tools/include \
31 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
32 -I$(srctree)/tools/objtool/arch/$(ARCH)/include
42 export srctree OUTPUT CFLAGS SRCARCH AWK
43 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/tools/bpf/bpftool/
DMakefile4 ifeq ($(srctree),)
5 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
16 BPF_DIR = $(srctree)/tools/lib/bpf/
43 -I$(srctree)/kernel/bpf/ \
44 -I$(srctree)/tools/include \
45 -I$(srctree)/tools/include/uapi \
46 -I$(srctree)/tools/lib/bpf \
47 -I$(srctree)/tools/perf
[all …]
/Linux-v4.19/scripts/package/
DMakefile32 MKSPEC := $(srctree)/scripts/package/mkspec
46 $(srctree)/scripts/setlocalversion --save-scmversion; \
72 $(CONFIG_SHELL) $(srctree)/scripts/package/mkdebian
79 $(CONFIG_SHELL) $(srctree)/scripts/package/mkdebian
83 +$(CONFIG_SHELL) $(srctree)/scripts/package/builddeb
96 $(srctree)/scripts/package/snapcraft.template > \
107 $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
119 git --git-dir=$(srctree)/.git archive --prefix=$(perf-tar)/ \
120 HEAD^{tree} $$(cd $(srctree); \
124 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
[all …]
/Linux-v4.19/tools/build/
DMakefile2 ifeq ($(srctree),)
3 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
4 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
7 include $(srctree)/tools//scripts/Makefile.include
30 export Q srctree CC LD
33 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/Linux-v4.19/tools/perf/
DMakefile.perf109 ifeq ($(srctree),)
110 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
111 srctree := $(patsubst %/,%,$(dir $(srctree)))
194 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK
197 include $(srctree)/tools/build/Makefile.include
210 LIB_DIR = $(srctree)/tools/lib/api/
211 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
212 BPF_DIR = $(srctree)/tools/lib/bpf/
213 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
229 include $(srctree)/tools/scripts/Makefile.arch
[all …]
/Linux-v4.19/tools/power/acpi/
DMakefile.config11 ifeq ($(srctree),)
12 srctree := $(patsubst %/,%,$(dir $(shell pwd)))
13 srctree := $(patsubst %/,%,$(dir $(srctree)))
17 include $(srctree)/../../scripts/Makefile.include
19 OUTPUT=$(srctree)/
73 ACPICA_INCLUDE := $(srctree)/../../../drivers/acpi/acpica
/Linux-v4.19/tools/bpf/
DMakefile13 CFLAGS += -D__EXPORTED_HEADERS__ -I$(srctree)/include/uapi -I$(srctree)/include
15 ifeq ($(srctree),)
16 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
17 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
40 include $(srctree)/tools/build/Makefile.feature
50 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y
53 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l
56 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c
/Linux-v4.19/arch/mips/ralink/
DPlatform5 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
11 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
17 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
23 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
29 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
34 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
/Linux-v4.19/
DMakefile192 srctree := . macro
196 srctree := .. macro
198 srctree := $(KBUILD_SRC) macro
205 src := $(srctree)
208 VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD))
210 export srctree objtree VPATH
288 $(MAKE) -f $(srctree)/Makefile $$i; \
404 -I$(srctree)/arch/$(SRCARCH)/include/uapi \
406 -I$(srctree)/include/uapi \
408 -include $(srctree)/include/linux/kconfig.h
[all …]
/Linux-v4.19/Documentation/
DMakefile11 _SPHINXDIRS = $(patsubst $(srctree)/Documentation/%/conf.py,%,$(wildcard $(srctree)/Documentation…
37 KERNELDOC = $(srctree)/scripts/kernel-doc
38 KERNELDOC_CONF = -D kerneldoc_srctree=$(srctree) -D kerneldoc_bin=$(KERNELDOC)
57 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
60 -c $(abspath $(srctree)/$(src)) \
64 $(abspath $(srctree)/$(src)/$5) \
101 $(Q)cd $(srctree);scripts/documentation-file-ref-check
/Linux-v4.19/tools/spi/
DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
21 export srctree OUTPUT CC LD CFLAGS
22 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/arch/um/
DMakefile32 MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/shared/skas
52 ARCH_INCLUDE := -I$(srctree)/$(SHARED_HEADERS)
53 ARCH_INCLUDE += -I$(srctree)/$(HOST_DIR)/um/shared
54 KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/um
77 -D_FILE_OFFSET_BITS=64 -idirafter $(srctree)/include \
83 KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/include \
84 -I$(srctree)/$(HOST_DIR)/include/uapi \
117 $(Q)$(MAKE) -f $(srctree)/Makefile ARCH=$(HEADER_ARCH) asm-generic archheaders
/Linux-v4.19/tools/lib/bpf/
DMakefile10 ifeq ($(srctree),)
11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
12 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
13 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
142 export srctree OUTPUT CC LD CFLAGS V
143 include $(srctree)/tools/build/Makefile.include
200 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/Linux-v4.19/samples/bpf/
DMakefile3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src))
171 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/lib/
172 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/testing/selftests/bpf/
173 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/lib/ -I$(srctree)/tools/include
174 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/perf
177 HOSTCFLAGS_trace_helpers.o += -I$(srctree)/tools/lib/bpf/
179 HOSTCFLAGS_trace_output_user.o += -I$(srctree)/tools/lib/bpf/
180 HOSTCFLAGS_offwaketime_user.o += -I$(srctree)/tools/lib/bpf/
181 HOSTCFLAGS_spintest_user.o += -I$(srctree)/tools/lib/bpf/
182 HOSTCFLAGS_trace_event_user.o += -I$(srctree)/tools/lib/bpf/
[all …]
/Linux-v4.19/tools/gpio/
DMakefile6 ifeq ($(srctree),)
7 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
22 export srctree OUTPUT CC LD CFLAGS
23 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/tools/iio/
DMakefile6 ifeq ($(srctree),)
7 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
22 export srctree OUTPUT CC LD CFLAGS
23 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/arch/x86/entry/syscalls/
DMakefile9 syscall32 := $(srctree)/$(src)/syscall_32.tbl
10 syscall64 := $(srctree)/$(src)/syscall_64.tbl
12 syshdr := $(srctree)/$(src)/syscallhdr.sh
13 systbl := $(srctree)/$(src)/syscalltbl.sh
54 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh
57 $(out)/xen-hypercalls.h: $(srctree)/include/xen/interface/xen*.h
/Linux-v4.19/scripts/kconfig/
DMakefile46 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
94 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
99 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
106 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
110 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
111 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
123 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
128 $(PYTHON3) -B -m pytest $(srctree)/$(src)/tests \
/Linux-v4.19/scripts/
Dsetlocalversion19 srctree=.
25 srctree=$1
37 cd "$srctree"
153 if test ! "$srctree" -ef .; then
154 res="$res$(collect_files "$srctree"/localversion*)"
/Linux-v4.19/arch/powerpc/
DMakefile.postlink15 cmd_head_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/head_check.sh "$(NM)" "$@"
20 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@" ; \
21 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/unrel_branch_check.sh "$(OBJDUMP)" "$@"
24 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@"
/Linux-v4.19/drivers/scsi/aic7xxx/
DMakefile59 $(obj)/aicasm/aicasm -I$(srctree)/$(src) -r $(obj)/aic7xxx_reg.h \
61 $(srctree)/$(src)/aic7xxx.seq
77 $(obj)/aicasm/aicasm -I$(srctree)/$(src) -r $(obj)/aic79xx_reg.h \
79 $(srctree)/$(src)/aic79xx.seq
87 $(obj)/aicasm/aicasm: $(srctree)/$(src)/aicasm/*.[chyl]
88 $(MAKE) -C $(srctree)/$(src)/aicasm OUTDIR=$(shell pwd)/$(obj)/aicasm/
/Linux-v4.19/scripts/dtc/
Ddtx_diff143 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
146 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
183 srctree=""
201 srctree="$2"
207 srctree="${git_root}"
234 if [ "${srctree}" = "" ] ; then
235 srctree="."
259 __KBUILD_OUTPUT="${srctree}/${KBUILD_OUTPUT}"
324 -I${srctree}/scripts/dtc/include-prefixes \
329 -i ${srctree}/scripts/dtc/include-prefixes \

123456789