aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-10-14 20:48:04 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-10-15 20:32:03 +1100
commit0b824f2e2b6cf87f2f5318f0950d431a286d25df (patch)
tree6683d3dc5f38bb19a7aaff3de21c2db3d82ac35f /tools/testing/selftests/powerpc/Makefile
parentpowerpc/xmon: Add some more elements to the existing PACA dump list (diff)
downloadlinux-dev-0b824f2e2b6cf87f2f5318f0950d431a286d25df.tar.xz
linux-dev-0b824f2e2b6cf87f2f5318f0950d431a286d25df.zip
selftests/powerpc: Add tests of unmuxed IPC calls
This is just a simple test which confirms that the individual IPC syscalls are all available. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index 847adf6e8d16..b120dc11aebe 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -12,7 +12,7 @@ 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
+SUB_DIRS = pmu copyloops mm tm primitives stringloops vphn switch_endian dscr benchmarks syscalls
endif