summaryrefslogtreecommitdiff
path: root/powerpc/tm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/tm/Makefile')
-rw-r--r--powerpc/tm/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/powerpc/tm/Makefile b/powerpc/tm/Makefile
deleted file mode 100644
index 2cede23..0000000
--- a/powerpc/tm/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-PROGS := tm-resched-dscr
-
-all: $(PROGS)
-
-$(PROGS): ../harness.c
-
-run_tests: all
- @-for PROG in $(PROGS); do \
- ./$$PROG; \
- done;
-
-clean:
- rm -f $(PROGS) *.o
-
-.PHONY: all run_tests clean