From: Ben Hutchings Date: Mon, 2 Nov 2015 12:22:29 +0000 (+0000) Subject: selftests: breakpoint: Actually build it X-Git-Tag: v4.4-rc1~43^2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=3b5bab390181968e403886a45c70f9c13b5b6d29 selftests: breakpoint: Actually build it Fixes: 9fae100cbd10 ("selftests: breakpoints: fix installing error on ...") Signed-off-by: Ben Hutchings Signed-off-by: Shuah Khan --- 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) TEST_PROGS := breakpoint_test endif -all: +all: $(TEST_PROGS) include ../lib.mk