Searched refs:SRCARCH (Results 1 - 25 of 47) sorted by path

12

/linux-master/
H A DMakefile394 SRCARCH := $(ARCH) macro
398 SRCARCH := x86 macro
401 SRCARCH := x86 macro
406 SRCARCH := sparc macro
409 SRCARCH := sparc macro
414 SRCARCH := parisc macro
418 ifneq ($(SRCARCH),$(SUBARCH))
536 -I$(srctree)/arch/$(SRCARCH)/include/uapi \
537 -I$(objtree)/arch/$(SRCARCH)/include/generated/uapi \
546 -I$(srctree)/arch/$(SRCARCH)/includ
[all...]
/linux-master/arch/alpha/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/loongarch/
H A DMakefile30 orc_hash_h := arch/$(SRCARCH)/include/generated/asm/orc_hash.h
/linux-master/arch/m68k/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/microblaze/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/mips/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/parisc/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/powerpc/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/sh/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/sparc/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/x86/
H A DMakefile308 orc_hash_h := arch/$(SRCARCH)/include/generated/asm/orc_hash.h
/linux-master/arch/x86/entry/syscalls/
H A DMakefile2 out := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/arch/xtensa/kernel/syscalls/
H A DMakefile2 kapi := arch/$(SRCARCH)/include/generated/asm
3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
/linux-master/kernel/
H A Dgen_kheaders.sh14 arch/$SRCARCH/include/
/linux-master/rust/
H A DMakefile300 BINDGEN_TARGET := $(BINDGEN_TARGET_$(SRCARCH))
/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/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/scripts/
H A DMakefile36 SRCARCH := x86 macro
39 SRCARCH := loongarch macro
41 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/$(SRCARCH)/include
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.clang15 CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(SRCARCH))
H A DMakefile.defconf12 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \
13 $(foreach config,$(2),$(srctree)/arch/$(SRCARCH)/configs/$(config).config)
26 -Q -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \
27 $(foreach config,$(2),$(srctree)/arch/$(SRCARCH)/configs/$(config).config)
H A DMakefile.gcc-plugins31 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
H A DMakefile.lib490 # SRCARCH just happens to match slightly more than ARCH (on sparc), so reduces
492 UIMAGE_ARCH ?= $(SRCARCH)
H A DMakefile.vdsoinst24 ifneq ($(filter arm sparc x86, $(SRCARCH)),)
H A DMakefile.vmlinux28 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)

Completed in 419 milliseconds

12