remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / Makefile
diff --git a/src/ceph/qa/workunits/Makefile b/src/ceph/qa/workunits/Makefile
deleted file mode 100644 (file)
index f75f5df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIRS = direct_io fs
-
-all:
-       for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done