Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/
H A DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
32 HEADER_ARCH := $(SUBARCH)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
150 MRPROPER_FILES += arch/$(SUBARCH)/include/generated
156 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H 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/ \
/OK3568_Linux_fs/kernel/scripts/
H 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/ \
H A Dtags.sh295 if [ "$SUBARCH" = "i386" ]; then
297 elif [ "$SUBARCH" = "x86_64" ]; then
300 archinclude=${SUBARCH}
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H 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/ \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H 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/ \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H 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/ \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/platform/
H A Dandroid_x86.mk3 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
4 ARCH := $(SUBARCH)
H A Di386_pc.mk8 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
9 ARCH ?= $(SUBARCH)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/platform/
H A Dandroid_x86.mk3 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
4 ARCH := $(SUBARCH)
H A Di386_pc.mk11 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
12 ARCH ?= $(SUBARCH)
/OK3568_Linux_fs/kernel/arch/x86/um/
H A DKconfig14 bool "64-bit kernel" if "$(SUBARCH)" = "x86"
15 default "$(SUBARCH)" != "i386"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dkexec-x32.patch45 + ], SUBARCH='x32', SUBARCH='64')
92 +ifeq ($(SUBARCH),64)
/OK3568_Linux_fs/kernel/arch/m68k/
H A DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Dlib.mk30 ARCH ?= $(SUBARCH)
H A DMakefile121 ARCH ?= $(SUBARCH)
/OK3568_Linux_fs/kernel/arch/parisc/
H A DMakefile49 ifneq ($(SUBARCH),$(UTS_MACHINE))
/OK3568_Linux_fs/kernel/tools/testing/ktest/examples/
H A Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/OK3568_Linux_fs/kernel/arch/sh/
H A DMakefile12 ifneq ($(SUBARCH),$(ARCH))
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A DMakefile69 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/OK3568_Linux_fs/kernel/arch/mips/
H A DMakefile53 ifneq ($(SUBARCH),$(ARCH))
/OK3568_Linux_fs/kernel/
H A DMakefile384 ARCH ?= $(SUBARCH)
2033 CHECKSTACK_ARCH := $(SUBARCH)
H A DMakefile-bak384 ARCH ?= $(SUBARCH)
2030 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone
2032 # that $(SUBARCH) doesn't work here.
2034 CHECKSTACK_ARCH := $(SUBARCH)
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dmakefiles.rst589 ifneq ($(SUBARCH),$(ARCH))