Drop EXTFLAG and lib references
authorJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 22:38:37 +0000 (15:38 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 22:38:37 +0000 (15:38 -0700)
They are picked up automatically now.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/guasi.c
engines/rdma.c

index 6faae8d0bfc2054ea542f31181b3f888437ea06c..c9c742959902793f34e98f94acb9b61be7a7bb86 100644 (file)
@@ -3,12 +3,7 @@
  *
  * IO engine using the GUASI library.
  *
  *
  * IO engine using the GUASI library.
  *
- * This is currently disabled. To enable it, execute:
- *
- * $ export EXTFLAGS="-DFIO_HAVE_GUASI"
- * $ export EXTLIBS="-lguasi"
- *
- * before running make. You'll need the GUASI lib as well:
+ * Before running make. You'll need the GUASI lib as well:
  *
  * http://www.xmailserver.org/guasi-lib.html
  *
  *
  * http://www.xmailserver.org/guasi-lib.html
  *
index a847b541d3a0927dd3b575fa5a38fb3dc5832ff4..e1fb380a044c6680ee03e4b2a526164495a6aaf7 100644 (file)
@@ -5,12 +5,7 @@
  * Supports both RDMA memory semantics and channel semantics
  *   for the InfiniBand, RoCE and iWARP protocols.
  *
  * Supports both RDMA memory semantics and channel semantics
  *   for the InfiniBand, RoCE and iWARP protocols.
  *
- * This I/O engine is disabled by default. To enable it, execute:
- *
- * $ export EXTFLAGS+=" -DFIO_HAVE_RDMA "
- * $ export EXTLIBS+=" -libverbs -lrdmacm "
- *
- * before running make. You will need the Linux RDMA software as well, either
+ * You will need the Linux RDMA software installed, either
  * from your Linux distributor or directly from openfabrics.org:
  *
  * http://www.openfabrics.org/downloads/OFED/
  * from your Linux distributor or directly from openfabrics.org:
  *
  * http://www.openfabrics.org/downloads/OFED/