Searched defs:ARCH (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/tools/testing/selftests/breakpoints/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux-4.4.14/tools/testing/selftests/ipc/
H A DMakefile2 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro
4 ARCH := x86 macro
8 ARCH := x86 macro
/linux-4.4.14/tools/testing/selftests/powerpc/
H A DMakefile4 ARCH ?= $(shell uname -m) macro
5 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/linux-4.4.14/lib/raid6/test/
H A DMakefile15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/linux-4.4.14/
H A DMakefile251 ARCH ?= $(SUBARCH) macro

Completed in 156 milliseconds