summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2021-06-24 12:17:03 +0200
committerManuel Bentele2021-06-24 12:17:03 +0200
commit47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7 (patch)
tree10d7134208b6e319abc2643157354b9581f490a8 /README.md
parent[BUILD] Add support for RockyLinux 8 (diff)
downloaddnbd3-47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7.tar.gz
dnbd3-47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7.tar.xz
dnbd3-47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7.zip
[BUILD] Add CMake option to enable build of dnbd3-bench
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f4dde8..fb4adab 100644
--- a/README.md
+++ b/README.md
@@ -225,6 +225,7 @@ A build of the dnbd3 components can be configured and customized by the followin
| `KERNEL_INSTALL_DIR` | PATH | {`a` .. `z`, `A` .. `Z`, `/`, `_`, `-`} | /lib/modules/`uname -r`/extra | Path to install Linux kernel modules. |
| `KERNEL_SCRIPTS_DIR` | PATH | {`a` .. `z`, `A` .. `Z`, `/`, `_`, `-`} | /lib/modules/`uname -r`/build/scripts | Path to Linux kernel scripts directory. |
| `DNBD3_KERNEL_MODULE` | OPTION | {`ON`, `OFF`} | `ON` | Build the dnbd3 Linux kernel module. |
+| `DNBD3_BENCHMARK` | OPTION | {`ON`, `OFF`} | `OFF` | Enable build of dnbd3-bench. |
| `DNBD3_CLIENT_FUSE` | OPTION | {`ON`, `OFF`} | `ON` | Enable build of dnbd3-fuse. |
| `DNBD3_SERVER` | OPTION | {`ON`, `OFF`} | `ON` | Enable build of dnbd3-server. |
| `DNBD3_SERVER_FUSE` | OPTION | {`ON`, `OFF`} | `OFF` | Enable FUSE-Integration for dnbd3-server. |