Searched refs:SUBARCH (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/um/
H A DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
27 HEADER_ARCH := $(SUBARCH)
29 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
155 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING DEV_NULL_PATH
/linux-master/scripts/
H A DMakefile.clang14 CLANG_TARGET_FLAGS_um := $(CLANG_TARGET_FLAGS_$(SUBARCH))
H A Dtags.sh9 # SUBARCH, SRCARCH, srctree
304 # Support um (which uses SUBARCH)
306 if [ "$SUBARCH" = "i386" ]; then
308 elif [ "$SUBARCH" = "x86_64" ]; then
311 archinclude=${SUBARCH}
/linux-master/tools/include/nolibc/
H A DMakefile13 ARCH = $(SUBARCH)
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/linux-master/arch/loongarch/
H A DMakefile51 ifneq ($(SUBARCH),$(ARCH))
/linux-master/tools/testing/selftests/
H A DMakefile174 ARCH ?= $(SUBARCH)
/linux-master/arch/x86/entry/vdso/
H A DMakefile66 HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile21 ARCH = $(SUBARCH)
/linux-master/
H A DMakefile390 ARCH ?= $(SUBARCH)
418 ifneq ($(SRCARCH),$(SUBARCH))
2019 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone
2021 # that $(SUBARCH) doesn't work here.
2023 CHECKSTACK_ARCH := $(SUBARCH)
/linux-master/tools/testing/selftests/kvm/
H A DMakefile8 ARCH ?= $(SUBARCH)

Completed in 248 milliseconds