Makefile 232 B

1234567891011121314
  1. TEST_PROGS := tm-resched-dscr tm-syscall
  2. all: $(TEST_PROGS)
  3. $(TEST_PROGS): ../harness.c
  4. tm-syscall: tm-syscall-asm.S
  5. tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include
  6. include ../../lib.mk
  7. clean:
  8. rm -f $(TEST_PROGS) *.o