aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/signal/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2018-10-26 04:24:15 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2018-10-26 21:58:58 +1100
commit58cfbac25b1fd2b76f94566aed28a3662b0ff8c6 (patch)
treed88966ad8fd204312c042c6695e32d2c483f835c /tools/testing/selftests/powerpc/signal/Makefile
parentpowerpc/msi: Fix compile error on mpc83xx (diff)
downloadlinux-dev-58cfbac25b1fd2b76f94566aed28a3662b0ff8c6.tar.xz
linux-dev-58cfbac25b1fd2b76f94566aed28a3662b0ff8c6.zip
Revert "selftests/powerpc: Fix out-of-tree build errors"
This reverts commit d8a2fe29d3c97038c8efcc328d5e7940c5310565. That commit, by me, fixed the out of tree build errors by causing some of the tests not to build at all.
Diffstat (limited to 'tools/testing/selftests/powerpc/signal/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/signal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/signal/Makefile b/tools/testing/selftests/powerpc/signal/Makefile
index d34a7c7710db..1fca25c6ace0 100644
--- a/tools/testing/selftests/powerpc/signal/Makefile
+++ b/tools/testing/selftests/powerpc/signal/Makefile
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := signal signal_tm
+all: $(TEST_PROGS)
+
$(TEST_PROGS): ../harness.c ../utils.c signal.S
CFLAGS += -maltivec