Searched refs:SRCARCH (Results 26 - 47 of 47) sorted by relevance

12

/linux-master/tools/thermal/lib/
H A DMakefile67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
/linux-master/scripts/
H A DMakefile.asm-generic5 # This Makefile reads the file arch/$(SRCARCH)/include/(uapi/)/asm/Kbuild
7 # a small wrapper file in arch/$(SRCARCH)/include/generated/(uapi/)/asm.
18 ifneq ($(SRCARCH),um)
H A DMakefile.gcc-plugins31 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
H A Dtags.sh9 # SUBARCH, SRCARCH, srctree
42 # Detect if ALLSOURCE_ARCHS is set. If not, we assume SRCARCH
44 ALLSOURCE_ARCHS=${SRCARCH}
86 find_arch_include_sources ${SRCARCH} '*.[chS]'
H A Dlink-vmlinux.sh78 if [ "${SRCARCH}" = "um" ]; then
H A Dcheck-uapi.sh168 } | SRCARCH="$ARCH" make --always-make -f - | tr " " "\n" \
H A DMakefile.lib490 # SRCARCH just happens to match slightly more than ARCH (on sparc), so reduces
492 UIMAGE_ARCH ?= $(SRCARCH)
/linux-master/kernel/
H A Dgen_kheaders.sh14 arch/$SRCARCH/include/
/linux-master/scripts/package/
H A Dbuilddeb32 if is_enabled CONFIG_OF_EARLY_FLATTREE && [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
56 case "${SRCARCH}" in
H A Dbuildtar33 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
H A Dmkdebian207 if [ "${SRCARCH}" != um ]; then
/linux-master/tools/perf/
H A DMakefile.config29 $(call detected_var,SRCARCH)
34 ifeq ($(SRCARCH),x86)
39 ifeq ($(SRCARCH),$(filter $(SRCARCH),powerpc arm64 s390 mips loongarch))
50 ifeq ($(SRCARCH),powerpc)
56 ifeq ($(SRCARCH),x86)
68 ifeq ($(SRCARCH),arm)
72 ifeq ($(SRCARCH),arm64)
77 ifeq ($(SRCARCH),loongarch)
95 ifneq ($(SRCARCH),
[all...]
H A DMakefile.perf290 -include arch/$(SRCARCH)/Makefile
477 arch_asm_uapi_dir := $(srctree)/tools/arch/$(SRCARCH)/include/uapi/asm/
/linux-master/tools/lib/thermal/
H A DMakefile67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
/linux-master/tools/lib/perf/
H A DMakefile68 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
69 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
/linux-master/tools/testing/selftests/hid/
H A DMakefile108 ifeq ($(SRCARCH),x86)
185 BPF_CFLAGS = -g -Werror -D__TARGET_ARCH_$(SRCARCH) $(MENDIAN) \
/linux-master/samples/hid/
H A DMakefile201 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
239 -D__TARGET_ARCH_$(SRCARCH) -Wno-compare-distinct-pointer-types \
/linux-master/arch/loongarch/
H A DMakefile30 orc_hash_h := arch/$(SRCARCH)/include/generated/asm/orc_hash.h
/linux-master/arch/x86/
H A DMakefile308 orc_hash_h := arch/$(SRCARCH)/include/generated/asm/orc_hash.h
/linux-master/tools/testing/selftests/bpf/
H A DMakefile220 ifeq ($(SRCARCH),$(filter $(SRCARCH),x86 riscv))
410 BPF_CFLAGS = -g -Wall -Werror -D__TARGET_ARCH_$(SRCARCH) $(MENDIAN) \
/linux-master/samples/bpf/
H A DMakefile367 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
404 -D__TARGET_ARCH_$(SRCARCH) -Wno-compare-distinct-pointer-types \
/linux-master/rust/
H A DMakefile300 BINDGEN_TARGET := $(BINDGEN_TARGET_$(SRCARCH))

Completed in 272 milliseconds

12