remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / direct_io / Makefile
diff --git a/src/ceph/qa/workunits/direct_io/Makefile b/src/ceph/qa/workunits/direct_io/Makefile
deleted file mode 100644 (file)
index 20fec0b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-CFLAGS = -Wall -Wextra -D_GNU_SOURCE
-
-TARGETS = direct_io_test test_sync_io test_short_dio_read
-
-.c:
-       $(CC) $(CFLAGS) $@.c -o $@
-
-all:   $(TARGETS)
-
-clean:
-       rm $(TARGETS)