Home
last modified time | relevance | path

Searched refs:uname_M (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/
H A DMakefile4 uname_M := $(shell uname -m 2>/dev/null || echo not) macro
5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/
H A DMakefile3 uname_M := $(shell uname -m 2>/dev/null || echo not) macro
4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/OK3568_Linux_fs/kernel/tools/testing/selftests/ipc/
H A DMakefile2 uname_M := $(shell uname -m 2>/dev/null || echo not) macro
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/)
/OK3568_Linux_fs/kernel/tools/testing/selftests/prctl/
H A DMakefile3 uname_M := $(shell uname -m 2>/dev/null || echo not) macro
4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/OK3568_Linux_fs/kernel/tools/testing/selftests/vDSO/
H A DMakefile4 uname_M := $(shell uname -m 2>/dev/null || echo not) macro
5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/
H A DMakefile2 uname_M := $(shell uname -m 2>/dev/null || echo not) macro
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/)
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A DMakefile3 uname_M := $(shell uname -m 2>/dev/null || echo not) macro
4 MACHINE ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/ppc64/')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Doe-use-libc-malloc.patch32 uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Doe-use-libc-malloc.patch32 uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')