Skip to content

Commit

Permalink
selftests/powerpc: Sort the list of SUB_DIRS to build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Ellerman committed Oct 15, 2015
1 parent 0b824f2 commit 65b6ba6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tools/testing/selftests/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 65b6ba6

Please sign in to comment.