Home
last modified time | relevance | path

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

12345678910>>...15

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/
DMakefile10 $(shell $(srctree)/scripts/documentation-file-ref-check --warn)
15 $(shell $(srctree)/scripts/get_abi.pl validate --dir $(srctree)/Documentation/ABI)
22 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu…
41 @$(srctree)/scripts/sphinx-pre-install
57 KERNELDOC = $(srctree)/scripts/kernel-doc
58 KERNELDOC_CONF = -D kerneldoc_srctree=$(srctree) -D kerneldoc_bin=$(KERNELDOC)
77 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
78 $(PYTHON) $(srctree)/scripts/jobserver-exec \
79 $(SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \
82 -c $(abspath $(srctree)/$(src)) \
[all …]
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
DMakefile6 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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/objtool/
DMakefile10 ifeq ($(srctree),)
11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
12 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
15 SUBCMD_SRCDIR = $(srctree)/tools/lib/subcmd/
27 INCLUDES := -I$(srctree)/tools/include \
28 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
29 -I$(srctree)/tools/arch/$(SRCARCH)/include \
30 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include
50 export srctree OUTPUT CFLAGS SRCARCH AWK
51 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-5.10/tools/perf/
DMakefile.perf136 ifeq ($(srctree),)
137 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
138 srctree := $(patsubst %/,%,$(dir $(srctree)))
217 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK
220 include $(srctree)/tools/build/Makefile.include
233 LIB_DIR = $(srctree)/tools/lib/api/
234 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
235 BPF_DIR = $(srctree)/tools/lib/bpf/
236 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
237 LIBPERF_DIR = $(srctree)/tools/lib/perf/
[all …]
/kernel/linux/linux-5.10/tools/lib/subcmd/
DMakefile5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
45 CFLAGS += -I$(srctree)/tools/include/
53 export srctree OUTPUT CC LD CFLAGS V
54 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-5.10/tools/lib/perf/
DMakefile10 ifeq ($(srctree),)
11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
12 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
13 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
63 -I$(srctree)/tools/lib/perf/include \
64 -I$(srctree)/tools/lib/ \
65 -I$(srctree)/tools/include \
66 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
67 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
68 -I$(srctree)/tools/include/uapi
[all …]
/kernel/linux/linux-5.10/scripts/
DMakefile.package4 include $(srctree)/scripts/Kbuild.include
34 MKSPEC := $(srctree)/scripts/package/mkspec
47 $(srctree)/scripts/setlocalversion --save-scmversion; \
66 $(MAKE) -f $(srctree)/Makefile
74 $(CONFIG_SHELL) $(srctree)/scripts/package/mkdebian
82 $(CONFIG_SHELL) $(srctree)/scripts/package/mkdebian
87 +$(CONFIG_SHELL) $(srctree)/scripts/package/builddeb
99 $(srctree)/scripts/package/snapcraft.template > \
109 $(MAKE) -f $(srctree)/Makefile
110 +$(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
[all …]
/kernel/linux/linux-5.10/fs/unicode/
DMakefile18 -a $(srctree)/$(src)/DerivedAge.txt \
19 -c $(srctree)/$(src)/DerivedCombiningClass.txt \
20 -p $(srctree)/$(src)/DerivedCoreProperties.txt \
21 -d $(srctree)/$(src)/UnicodeData.txt \
22 -f $(srctree)/$(src)/CaseFolding.txt \
23 -n $(srctree)/$(src)/NormalizationCorrections.txt \
24 -t $(srctree)/$(src)/NormalizationTest.txt \
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
DMakefile51 CFLAGS_pfc-sh7203.o += -I$(srctree)/arch/sh/include/cpu-sh2a
52 CFLAGS_pfc-sh7264.o += -I$(srctree)/arch/sh/include/cpu-sh2a
53 CFLAGS_pfc-sh7269.o += -I$(srctree)/arch/sh/include/cpu-sh2a
54 CFLAGS_pfc-sh7720.o += -I$(srctree)/arch/sh/include/cpu-sh3
55 CFLAGS_pfc-sh7722.o += -I$(srctree)/arch/sh/include/cpu-sh4
56 CFLAGS_pfc-sh7723.o += -I$(srctree)/arch/sh/include/cpu-sh4
57 CFLAGS_pfc-sh7724.o += -I$(srctree)/arch/sh/include/cpu-sh4
58 CFLAGS_pfc-sh7734.o += -I$(srctree)/arch/sh/include/cpu-sh4
59 CFLAGS_pfc-sh7757.o += -I$(srctree)/arch/sh/include/cpu-sh4
60 CFLAGS_pfc-sh7785.o += -I$(srctree)/arch/sh/include/cpu-sh4
[all …]
/kernel/linux/linux-5.10/tools/bootconfig/
DMakefile7 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
/kernel/linux/linux-5.10/tools/usb/
DMakefile7 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
/kernel/linux/linux-5.10/tools/build/
DMakefile2 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
/kernel/linux/linux-5.10/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/
45 -I$(srctree)/kernel/bpf/ \
46 -I$(srctree)/tools/include \
47 -I$(srctree)/tools/include/uapi \
48 -I$(srctree)/tools/lib \
49 -I$(srctree)/tools/perf
[all …]
/kernel/linux/linux-5.10/tools/power/acpi/
DMakefile.config8 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
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
DMakefile5 srctree := $(abspath $(CURDIR)/../../../) macro
27 OUTPUT ?= $(srctree)/tools/bpf/resolve_btfids/
29 LIBBPF_SRC := $(srctree)/tools/lib/bpf/
30 SUBCMD_SRC := $(srctree)/tools/lib/subcmd/
51 -I$(srctree)/tools/include \
52 -I$(srctree)/tools/include/uapi \
58 export srctree OUTPUT CFLAGS Q
59 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-5.10/arch/mips/ralink/
DPlatform4 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
/kernel/linux/linux-5.10/
DMakefile230 srctree := . macro
235 srctree := .. macro
237 srctree := $(abs_srctree) macro
243 srctree := $(abs_srctree) macro
247 VPATH := $(srctree)
249 export building_out_of_srctree srctree objtree VPATH
338 $(MAKE) -f $(srctree)/Makefile $$i; \
469 PAHOLE_FLAGS = $(shell PAHOLE=$(PAHOLE) $(srctree)/scripts/pahole-flags.sh)
483 -I$(srctree)/arch/$(SRCARCH)/include/uapi \
485 -I$(srctree)/include/uapi \
[all …]
/kernel/linux/linux-5.10/tools/bpf/
DMakefile12 CFLAGS += -D__EXPORTED_HEADERS__ -I$(srctree)/tools/include/uapi \
13 -I$(srctree)/tools/include
19 ifeq ($(srctree),)
26 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
27 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
50 include $(srctree)/tools/build/Makefile.feature
60 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y
63 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l
66 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c
/kernel/linux/linux-5.10/tools/pci/
DMakefile6 ifeq ($(srctree),)
7 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
8 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
24 export srctree OUTPUT CC LD CFLAGS
25 include $(srctree)/tools/build/Makefile.include
/kernel/linux/common_modules/xpm/
DMakefile20 -I$(srctree)/security/xpm/include \
21 -I$(srctree)/security/selinux/include \
22 -I$(srctree)/security/selinux \
23 -I$(srctree)/fs
31 $(obj)/flask.h: $(srctree)/security/selinux/include/classmap.h FORCE
/kernel/linux/linux-5.10/scripts/kconfig/
DMakefile46 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
79 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
84 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
90 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
94 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
95 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
109 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
114 $(Q)$(PYTHON3) -B -m pytest $(srctree)/$(src)/tests \
153 HOSTCFLAGS_lexer.lex.o := -I $(srctree)/$(src)
154 HOSTCFLAGS_parser.tab.o := -I $(srctree)/$(src)
/kernel/linux/linux-5.10/tools/hv/
DMakefile9 ifeq ($(srctree),)
10 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
11 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
27 export srctree OUTPUT CC LD CFLAGS
28 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-5.10/tools/spi/
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

12345678910>>...15