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

/linux-4.1.27/tools/testing/selftests/breakpoints/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro
5 ARCH := x86 macro
8 ARCH := x86 macro
/linux-4.1.27/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.1.27/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.1.27/lib/raid6/test/
H A DMakefile15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/linux-4.1.27/
H A DMakefile252 ARCH ?= $(SUBARCH) macro

Completed in 140 milliseconds