summaryrefslogtreecommitdiff
path: root/block/Makefile
diff options
context:
space:
mode:
authorMaya Erez <merez@codeaurora.org>2012-06-27 11:25:26 +0300
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:01:37 -0700
commit395df996743a4c0322f578a1a5ef8a56c695587b (patch)
treee61c5b2c071d832c6cbd544b26ac906680a2b6bd /block/Makefile
parent59049166893ae5d883db1cd2706114a40391c0df (diff)
block: Add test-iosched scheduler
The test scheduler allows testing a block device by dispatching specific requests according to the test case and declare PASS/FAIL according to the requests completion error code Change-Id: Ief91f9fed6e3c3c75627d27264d5252ea14f10ad Signed-off-by: Maya Erez <merez@codeaurora.org>
Diffstat (limited to 'block/Makefile')
-rw-r--r--block/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/Makefile b/block/Makefile
index 00ecc97629db..ba63d68fe91d 100644
--- a/block/Makefile
+++ b/block/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_BLK_DEV_THROTTLING) += blk-throttle.o
obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o
obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o
obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o
+obj-$(CONFIG_IOSCHED_TEST) += test-iosched.o
obj-$(CONFIG_BLOCK_COMPAT) += compat_ioctl.o
obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o