Home
last modified time | relevance | path

Searched refs:UNAME_M (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A DMakefile9 # For cross-builds to work, UNAME_M has to map to ARCH and arch specific
13 # UNAME_M variable to used to run the compiles pointing to the right arch
16 # TEST_GEN_PROGS and LIBKVM are set using UNAME_M variable.
25 UNAME_M := $(shell uname -m) macro
27 # Set UNAME_M for arm64 compile/install to work
29 UNAME_M := aarch64 macro
31 # Set UNAME_M s390x compile/install to work
33 UNAME_M := s390x macro
85 TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(UNAME_M))
86 LIBKVM += $(LIBKVM_$(UNAME_M))
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile3 UNAME_M := $(shell uname -m) macro
5 ifneq ($(UNAME_M),s390x)
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A DMakefile8 UNAME_M := $(shell uname -m) macro
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A DMakefile8 UNAME_M := $(shell uname -m) macro

Completed in 3 milliseconds