X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=tools%2Ftesting%2Fselftests%2Fpowerpc%2Ftm%2FMakefile;h=9d301d785d9ea137afd20517fc6c875816043410;hb=a431b946db581d6a121d035a887d370cdc4b8dea;hp=d0505dbd22d5968749a084ab7c241f4891dc63ce;hpb=dd57023747e33572b31867f890b0d99f55b5cc2f;p=mirror_ubuntu-zesty-kernel.git diff --git a/tools/testing/selftests/powerpc/tm/Makefile b/tools/testing/selftests/powerpc/tm/Makefile index d0505dbd22d5..9d301d785d9e 100644 --- a/tools/testing/selftests/powerpc/tm/Makefile +++ b/tools/testing/selftests/powerpc/tm/Makefile @@ -1,11 +1,14 @@ -TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack tm-vmxcopy tm-fork tm-tar tm-tmspr +TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \ + tm-vmxcopy tm-fork tm-tar tm-tmspr tm-exec tm-execed all: $(TEST_PROGS) $(TEST_PROGS): ../harness.c ../utils.c +CFLAGS += -mhtm + tm-syscall: tm-syscall-asm.S -tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include +tm-syscall: CFLAGS += -I../../../../../usr/include tm-tmspr: CFLAGS += -pthread include ../../lib.mk