diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2015-11-02 07:22:29 -0500 |
|---|---|---|
| committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-11-03 18:55:08 -0500 |
| commit | 3b5bab390181968e403886a45c70f9c13b5b6d29 (patch) | |
| tree | 3762ecd833e387f6fad991cd3d06f1b702810266 /tools/testing/selftests/breakpoints/Makefile | |
| parent | ee00479d6702393bf5eda94775349a2e28ba78fa (diff) | |
selftests: breakpoint: Actually build it
Fixes: 9fae100cbd10 ("selftests: breakpoints: fix installing error on ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/breakpoints/Makefile')
| -rw-r--r-- | tools/testing/selftests/breakpoints/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/breakpoints/Makefile b/tools/testing/selftests/breakpoints/Makefile index d27108b4f208..c0d957015f52 100644 --- a/tools/testing/selftests/breakpoints/Makefile +++ b/tools/testing/selftests/breakpoints/Makefile | |||
| @@ -6,7 +6,7 @@ ifeq ($(ARCH),x86) | |||
| 6 | TEST_PROGS := breakpoint_test | 6 | TEST_PROGS := breakpoint_test |
| 7 | endif | 7 | endif |
| 8 | 8 | ||
| 9 | all: | 9 | all: $(TEST_PROGS) |
| 10 | 10 | ||
| 11 | include ../lib.mk | 11 | include ../lib.mk |
| 12 | 12 | ||
