From 9822f6029379a1c6630a49173009ff9220a2ef3e Mon Sep 17 00:00:00 2001 From: Wojciech Malikowski Date: Fri, 28 Jun 2019 06:47:26 -0400 Subject: [PATCH] examples/bdev/hello_world: Optional VMD enumeration VMD section with Enable flag set to true need to be defined in config file to enumerate devices behind VMD. Change-Id: I8d1ef23768ee9c643c6b0f2f10eaf2c54eee8d71 Signed-off-by: Wojciech Malikowski Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459767 Reviewed-by: Ben Walker Reviewed-by: Paul Luse Reviewed-by: Darek Stojaczyk Tested-by: SPDK CI Jenkins --- examples/bdev/hello_world/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bdev/hello_world/Makefile b/examples/bdev/hello_world/Makefile index 3b49f4e47..11808d47b 100644 --- a/examples/bdev/hello_world/Makefile +++ b/examples/bdev/hello_world/Makefile @@ -38,7 +38,7 @@ APP = hello_bdev C_SRCS := hello_bdev.c SPDK_LIB_LIST = $(ALL_MODULES_LIST) -SPDK_LIB_LIST += event_bdev event_copy +SPDK_LIB_LIST += event_bdev event_copy event_vmd SPDK_LIB_LIST += bdev copy event thread util conf trace log jsonrpc json rpc sock notify include $(SPDK_ROOT_DIR)/mk/spdk.app.mk