diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-14 20:48:04 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-15 20:32:03 +1100 |
commit | 0b824f2e2b6cf87f2f5318f0950d431a286d25df (patch) | |
tree | 6683d3dc5f38bb19a7aaff3de21c2db3d82ac35f /tools/testing/selftests/powerpc/Makefile | |
parent | ad987fc8eae7b5f4085c5ad2610b9af12018c38a (diff) | |
download | talos-obmc-linux-0b824f2e2b6cf87f2f5318f0950d431a286d25df.tar.gz talos-obmc-linux-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/Makefile | 2 |
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 |