aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-10-14 20:50:35 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-10-15 20:32:03 +1100
commit65b6ba6359eefe5560565af2a0e3b06ec6a0f30e (patch)
treea0aa48a688271cae66596ab15a410255f0074863 /tools/testing
parentselftests/powerpc: Add tests of unmuxed IPC calls (diff)
downloadlinux-dev-65b6ba6359eefe5560565af2a0e3b06ec6a0f30e.tar.xz
linux-dev-65b6ba6359eefe5560565af2a0e3b06ec6a0f30e.zip
selftests/powerpc: Sort the list of SUB_DIRS to build
This list has gotten too long. Split it into individual lines and sort them, so in future we can add new entries more cleanly. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/powerpc/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index b120dc11aebe..0c2706bda330 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -12,7 +12,17 @@ CFLAGS := -Wall -O2 -flto -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CUR
export CFLAGS
-SUB_DIRS = pmu copyloops mm tm primitives stringloops vphn switch_endian dscr benchmarks syscalls
+SUB_DIRS = benchmarks \
+ copyloops \
+ dscr \
+ mm \
+ pmu \
+ primitives \
+ stringloops \
+ switch_endian \
+ syscalls \
+ tm \
+ vphn
endif