aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c3bec58..0b9ca84 100644
--- a/readme.md
+++ b/readme.md
@@ -4,8 +4,6 @@ Implementation of Linux Kernel 5.4.X simple block device.
## Build
- regular:
`$ make`
-- with blk_mq support:
-uncomment `ccflags-y += -DBLK_MQ_MODE` in `Kbuild`
- with requests debug info:
uncomment `CFLAGS_sbdd.o := -DDEBUG` in `Kbuild`