projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee00479
)
selftests: breakpoint: Actually build it
author
Ben Hutchings
<ben@decadent.org.uk>
Mon, 2 Nov 2015 12:22:29 +0000
(12:22 +0000)
committer
Shuah 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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/breakpoints/Makefile
b/tools/testing/selftests/breakpoints/Makefile
index d27108b4f2081fe2d250e4de8c45bf02f7c73d4f..c0d957015f524d7ad7f6ab2a46be1a8d484a8ef9 100644
(file)
--- 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