summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/Makefile')
-rw-r--r--src/ceph/qa/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ceph/qa/Makefile b/src/ceph/qa/Makefile
deleted file mode 100644
index ad655b7..0000000
--- a/src/ceph/qa/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-DIRS= workunits btrfs
-
-all:
- for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done