| /OK3568_Linux_fs/kernel/arch/um/ |
| H A D | Makefile | 10 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 D | subarch.include | 1 # 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 D | subarch.include | 1 # 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 D | tags.sh | 295 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 D | subarch.include | 1 # 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 D | subarch.include | 1 # 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 D | subarch.include | 1 # 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 D | android_x86.mk | 3 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) 4 ARCH := $(SUBARCH)
|
| H A D | i386_pc.mk | 8 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) 9 ARCH ?= $(SUBARCH)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/platform/ |
| H A D | android_x86.mk | 3 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) 4 ARCH := $(SUBARCH)
|
| H A D | i386_pc.mk | 11 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) 12 ARCH ?= $(SUBARCH)
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | Kconfig | 14 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 D | kexec-x32.patch | 45 + ], SUBARCH='x32', SUBARCH='64') 92 +ifeq ($(SUBARCH),64)
|
| /OK3568_Linux_fs/kernel/arch/m68k/ |
| H A D | Makefile | 19 ifneq ($(SUBARCH),$(ARCH))
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | lib.mk | 30 ARCH ?= $(SUBARCH)
|
| H A D | Makefile | 121 ARCH ?= $(SUBARCH)
|
| /OK3568_Linux_fs/kernel/arch/parisc/ |
| H A D | Makefile | 49 ifneq ($(SUBARCH),$(UTS_MACHINE))
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/examples/ |
| H A D | crosstests.conf | 176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
|
| /OK3568_Linux_fs/kernel/arch/sh/ |
| H A D | Makefile | 12 ifneq ($(SUBARCH),$(ARCH))
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | Makefile | 69 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile | 53 ifneq ($(SUBARCH),$(ARCH))
|
| /OK3568_Linux_fs/kernel/ |
| H A D | Makefile | 384 ARCH ?= $(SUBARCH) 2033 CHECKSTACK_ARCH := $(SUBARCH)
|
| H A D | Makefile-bak | 384 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 D | makefiles.rst | 589 ifneq ($(SUBARCH),$(ARCH))
|