diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-14 20:50:35 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-15 20:32:03 +1100 |
commit | 65b6ba6359eefe5560565af2a0e3b06ec6a0f30e (patch) | |
tree | a0aa48a688271cae66596ab15a410255f0074863 /tools/testing/selftests/powerpc/Makefile | |
parent | 0b824f2e2b6cf87f2f5318f0950d431a286d25df (diff) | |
download | blackbird-op-linux-65b6ba6359eefe5560565af2a0e3b06ec6a0f30e.tar.gz blackbird-op-linux-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/selftests/powerpc/Makefile')
-rw-r--r-- | tools/testing/selftests/powerpc/Makefile | 12 |
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 |