diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-02 06:00:04 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-14 10:41:48 +0100 |
commit | b319ee8445961c5f7b2fd199c0ef99c418ee2d4a (patch) | |
tree | a4947406ac77582fe88f859bd33831d8f59e959a /tools/testing/selftests/powerpc/tm/Makefile | |
parent | selftests/powerpc: Move TM helpers into tm.h (diff) | |
download | linux-b319ee8445961c5f7b2fd199c0ef99c418ee2d4a.tar.xz linux-b319ee8445961c5f7b2fd199c0ef99c418ee2d4a.zip |
selftests/powerpc: Skip tm-resched-dscr if we don't have TM
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/tm/Makefile')
-rw-r--r-- | tools/testing/selftests/powerpc/tm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/powerpc/tm/Makefile b/tools/testing/selftests/powerpc/tm/Makefile index e7b9be7947c8..63b55d01da35 100644 --- a/tools/testing/selftests/powerpc/tm/Makefile +++ b/tools/testing/selftests/powerpc/tm/Makefile @@ -2,9 +2,9 @@ TEST_PROGS := tm-resched-dscr tm-syscall all: $(TEST_PROGS) -$(TEST_PROGS): ../harness.c +$(TEST_PROGS): ../harness.c ../utils.c -tm-syscall: tm-syscall-asm.S ../utils.c +tm-syscall: tm-syscall-asm.S tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include include ../../lib.mk |