diff --git a/examples/bdev/hello_world/Makefile b/examples/bdev/hello_world/Makefile index 11808d47b..db2369546 100644 --- a/examples/bdev/hello_world/Makefile +++ b/examples/bdev/hello_world/Makefile @@ -39,6 +39,6 @@ C_SRCS := hello_bdev.c SPDK_LIB_LIST = $(ALL_MODULES_LIST) 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 +SPDK_LIB_LIST += bdev_rpc bdev copy event thread util conf trace log jsonrpc json rpc sock notify include $(SPDK_ROOT_DIR)/mk/spdk.app.mk