Commit 3b5bab39 authored by Ben Hutchings's avatar Ben Hutchings Committed by Shuah Khan

selftests: breakpoint: Actually build it

Fixes: 9fae100c ("selftests: breakpoints: fix installing error on ...")
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent ee00479d
......@@ -6,7 +6,7 @@ ifeq ($(ARCH),x86)
TEST_PROGS := breakpoint_test
endif
all:
all: $(TEST_PROGS)
include ../lib.mk
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment