Lines Matching defs:UNAME_M
9 # 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)
27 # Set UNAME_M for arm64 compile/install to work
29 UNAME_M := aarch64
31 # Set UNAME_M s390x compile/install to work
33 UNAME_M := s390x
85 TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(UNAME_M))
86 LIBKVM += $(LIBKVM_$(UNAME_M))
99 -I$(<D) -Iinclude/$(UNAME_M) -I..