]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
selftests: breakpoint: Actually build it
authorBen Hutchings <ben@decadent.org.uk>
Mon, 2 Nov 2015 12:22:29 +0000 (12:22 +0000)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 3 Nov 2015 23:55:08 +0000 (16:55 -0700)
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>
tools/testing/selftests/breakpoints/Makefile

index d27108b4f2081fe2d250e4de8c45bf02f7c73d4f..c0d957015f524d7ad7f6ab2a46be1a8d484a8ef9 100644 (file)
@@ -6,7 +6,7 @@ ifeq ($(ARCH),x86)
 TEST_PROGS := breakpoint_test
 endif
 
-all:
+all: $(TEST_PROGS)
 
 include ../lib.mk