summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/breakpoints/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 14:51:49 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 14:51:49 +1100
commitc223b921c7a5bb8631be44e2e32b7fb4f2687fac (patch)
tree9f9d68ce2ae3d2af6eba537091f6d21d37839b43 /tools/testing/selftests/breakpoints/Makefile
parentc301b4734f8d139595c29b54ffe33deb884636b4 (diff)
parent68bd42d97c30d51217b8c3b2b22fede577d8371c (diff)
Merge remote-tracking branch 'kselftest/next'
Diffstat (limited to 'tools/testing/selftests/breakpoints/Makefile')
-rw-r--r--tools/testing/selftests/breakpoints/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/tools/testing/selftests/breakpoints/Makefile b/tools/testing/selftests/breakpoints/Makefile
index 61b79e8df1f4..72aa103e4141 100644
--- a/tools/testing/selftests/breakpoints/Makefile
+++ b/tools/testing/selftests/breakpoints/Makefile
@@ -3,17 +3,13 @@ uname_M := $(shell uname -m 2>/dev/null || echo not)
ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
ifeq ($(ARCH),x86)
-TEST_PROGS := breakpoint_test
+TEST_GEN_PROGS := breakpoint_test
endif
ifeq ($(ARCH),aarch64)
-TEST_PROGS := breakpoint_test_arm64
+TEST_GEN_PROGS := breakpoint_test_arm64
endif
-TEST_PROGS += step_after_suspend_test
-
-all: $(TEST_PROGS)
+TEST_GEN_PROGS += step_after_suspend_test
include ../lib.mk
-clean:
- rm -fr breakpoint_test breakpoint_test_arm64 step_after_suspend_test