Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65b6ba63 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

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: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 0b824f2e
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -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