iscsi_tgt: add modules to dependency list
Make sure iscsi_tgt gets rebuilt when a blockdev or copy module is modified. Change-Id: Ia10cfbb4b71b686e9a97c68be1d50ae1eebac21f Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
9b38556afe
commit
b3d229e02a
@ -56,7 +56,7 @@ LIBS += $(ENV_LINKER_ARGS)
|
|||||||
|
|
||||||
all : $(APP)
|
all : $(APP)
|
||||||
|
|
||||||
$(APP) : $(OBJS) $(SPDK_LIB_FILES) $(ENV_LIBS)
|
$(APP) : $(OBJS) $(SPDK_LIB_FILES) $(ENV_LIBS) $(BLOCKDEV_MODULES_FILES) $(COPY_MODULES_FILES)
|
||||||
$(LINK_C)
|
$(LINK_C)
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
|
Loading…
Reference in New Issue
Block a user