summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman2013-08-06 09:42:35 +0200
committerBenjamin Herrenschmidt2013-08-14 06:57:03 +0200
commit0e56dacdda49940ff6e24e504f11468a27922416 (patch)
tree4a94ce0779354aad53f5d04c04cd6bbfbc29a38a /tools/testing/selftests/Makefile
parentpowerpc: Convert platforms to smp_generic_cpu_bootable (diff)
downloadkernel-qcow2-linux-0e56dacdda49940ff6e24e504f11468a27922416.tar.gz
kernel-qcow2-linux-0e56dacdda49940ff6e24e504f11468a27922416.tar.xz
kernel-qcow2-linux-0e56dacdda49940ff6e24e504f11468a27922416.zip
selftests: Add infrastructure for powerpc selftests
This commit adds a powerpc subdirectory to tools/testing/selftests, for tests that are powerpc specific. On other architectures nothing is built. The makefile supports cross compilation if the user sets ARCH and CROSS_COMPILE. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 4cb14cae3791..9f3eae290900 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -8,6 +8,7 @@ TARGETS += net
TARGETS += ptrace
TARGETS += timers
TARGETS += vm
+TARGETS += powerpc
all:
for TARGET in $(TARGETS); do \