diff --git a/examples/blob/cli/Makefile b/examples/blob/cli/Makefile index 440866b05..067481b33 100644 --- a/examples/blob/cli/Makefile +++ b/examples/blob/cli/Makefile @@ -47,7 +47,7 @@ LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS) all : $(APP) -$(APP) : $(OBJS) $(SPDK_LIB_FILES) +$(APP) : $(OBJS) $(SPDK_LIB_FILES) $(BLOCKDEV_MODULES_FILES) $(LINKER_MODULES) $(ENV_LIBS) $(LINK_C) clean : diff --git a/examples/blob/hello_world/Makefile b/examples/blob/hello_world/Makefile index 34865d91b..15cfef2d5 100644 --- a/examples/blob/hello_world/Makefile +++ b/examples/blob/hello_world/Makefile @@ -47,7 +47,7 @@ LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS) all : $(APP) -$(APP) : $(OBJS) $(SPDK_LIB_FILES) +$(APP) : $(OBJS) $(SPDK_LIB_FILES) $(BLOCKDEV_MODULES_FILES) $(LINKER_MODULES) $(ENV_LIBS) $(LINK_C) clean :