mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 06:07:22 +07:00
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>
This commit is contained in:
parent
0b824f2e2b
commit
65b6ba6359
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user