These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / tools / testing / selftests / powerpc / Makefile
index 5ad0423..0c2706b 100644 (file)
@@ -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
+SUB_DIRS = benchmarks          \
+          copyloops            \
+          dscr                 \
+          mm                   \
+          pmu                  \
+          primitives           \
+          stringloops          \
+          switch_endian        \
+          syscalls             \
+          tm                   \
+          vphn
 
 endif