Searched refs:SRCARCH (Results 1 - 25 of 47) sorted by last modified time

12

/linux-master/rust/
H A DMakefile300 BINDGEN_TARGET := $(BINDGEN_TARGET_$(SRCARCH))
/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/x86/
H A DMakefile308 orc_hash_h := arch/$(SRCARCH)/include/generated/asm/orc_hash.h
/linux-master/tools/objtool/
H A DMakefile28 -I$(srctree)/tools/arch/$(SRCARCH)/include \
30 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \
56 ifeq ($(SRCARCH),x86)
60 ifeq ($(SRCARCH),loongarch)
65 export srctree OUTPUT CFLAGS SRCARCH AWK
/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 Dmkdebian207 if [ "${SRCARCH}" != um ]; then
H A Dinstall-extmod-build9 test -n "${SRCARCH}"
20 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*'
22 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform
23 find "arch/${SRCARCH}" -name include -type d
31 find "arch/${SRCARCH}/include" Module.symvers include scripts -type f
H A Dbuildtar33 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
/linux-master/scripts/
H A DMakefile.lib490 # SRCARCH just happens to match slightly more than ARCH (on sparc), so reduces
492 UIMAGE_ARCH ?= $(SRCARCH)
H A DMakefile36 SRCARCH := x86 macro
39 SRCARCH := loongarch macro
41 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/$(SRCARCH)/include
H A Dmin-tool-version.sh27 if [ "$SRCARCH" = s390 ]; then
29 elif [ "$SRCARCH" = loongarch ]; then
H A Dlink-vmlinux.sh78 if [ "${SRCARCH}" = "um" ]; then
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 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 Dxz_wrap.sh15 case $SRCARCH in
H A Dcheck-uapi.sh168 } | SRCARCH="$ARCH" make --always-make -f - | tr " " "\n" \
H A DMakefile.vdsoinst24 ifneq ($(filter arm sparc x86, $(SRCARCH)),)
H A DMakefile.vmlinux28 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
/linux-master/arch/loongarch/
H A DMakefile30 orc_hash_h := arch/$(SRCARCH)/include/generated/asm/orc_hash.h
/linux-master/tools/perf/
H A DMakefile.perf290 -include arch/$(SRCARCH)/Makefile
477 arch_asm_uapi_dir := $(srctree)/tools/arch/$(SRCARCH)/include/uapi/asm/
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...]
/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/scripts/kconfig/
H A DMakefile28 KCONFIG_DEFCONFIG_LIST += arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)
93 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
104 configfiles = $(wildcard $(srctree)/kernel/configs/$(1) $(srctree)/arch/$(SRCARCH)/configs/$(1))
/linux-master/usr/include/
H A DMakefile58 ifeq ($(SRCARCH),arc)
62 ifeq ($(SRCARCH),powerpc)
66 ifeq ($(SRCARCH),sparc)
81 $(PERL) $(srctree)/$(src)/headers_check.pl $(obj) $(SRCARCH) $<; \
/linux-master/tools/testing/selftests/hid/
H A DMakefile108 ifeq ($(SRCARCH),x86)
185 BPF_CFLAGS = -g -Werror -D__TARGET_ARCH_$(SRCARCH) $(MENDIAN) \

Completed in 214 milliseconds

12