]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - tools/testing/selftests/breakpoints/Makefile
Merge tag 'nios2-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan...
[mirror_ubuntu-zesty-kernel.git] / tools / testing / selftests / breakpoints / Makefile
CommitLineData
85bbddc3
FW
1# Taken from perf makefile
2uname_M := $(shell uname -m 2>/dev/null || echo not)
9fae100c 3ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
85bbddc3 4
85bbddc3 5ifeq ($(ARCH),x86)
9fae100c 6TEST_PROGS := breakpoint_test
85bbddc3 7endif
f43365ee
PA
8ifeq ($(ARCH),aarch64)
9TEST_PROGS := breakpoint_test_arm64
10endif
85bbddc3 11
bfd092b8
GH
12TEST_PROGS += step_after_suspend_test
13
3b5bab39 14all: $(TEST_PROGS)
5e29a910
ME
15
16include ../lib.mk
f467f714 17
85bbddc3 18clean:
f43365ee 19 rm -fr breakpoint_test breakpoint_test_arm64 step_after_suspend_test