Makefile (25007a69e852389985ee98235e76d740d4821c6c) Makefile (a26f415bf71640f0141e5e946384444675206b6a)
1TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv
1TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack
2
3all: $(TEST_PROGS)
4
5$(TEST_PROGS): ../harness.c ../utils.c
6
7tm-syscall: tm-syscall-asm.S
8tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include
9
10include ../../lib.mk
11
12clean:
13 rm -f $(TEST_PROGS) *.o
2
3all: $(TEST_PROGS)
4
5$(TEST_PROGS): ../harness.c ../utils.c
6
7tm-syscall: tm-syscall-asm.S
8tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include
9
10include ../../lib.mk
11
12clean:
13 rm -f $(TEST_PROGS) *.o