Home
last modified time | relevance | path

Searched refs:SUBARCH (Results 1 – 10 of 10) sorted by relevance

/linux/arch/um/
A DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
32 HEADER_ARCH := $(SUBARCH)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
143 MRPROPER_FILES += arch/$(SUBARCH)/include/generated
149 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/linux/scripts/
A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
5 # SUBARCH is subsequently ignored.
7 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
A Dtags.sh299 if [ "$SUBARCH" = "i386" ]; then
301 elif [ "$SUBARCH" = "x86_64" ]; then
304 archinclude=${SUBARCH}
/linux/arch/x86/um/
A DKconfig14 bool "64-bit kernel" if "$(SUBARCH)" = "x86"
15 default "$(SUBARCH)" != "i386"
/linux/tools/testing/selftests/
A Dlib.mk30 ARCH ?= $(SUBARCH)
A DMakefile130 ARCH ?= $(SUBARCH)
/linux/tools/testing/ktest/examples/
A Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/linux/arch/x86/entry/vdso/
A DMakefile70 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/linux/
A DMakefile384 ARCH ?= $(SUBARCH)
412 ifneq ($(SRCARCH),$(SUBARCH))
1944 CHECKSTACK_ARCH := $(SUBARCH)
/linux/Documentation/kbuild/
A Dmakefiles.rst719 ifneq ($(SUBARCH),$(ARCH))

Completed in 14 milliseconds