Because block-iscsi.so needs bitmap_set.
Signed-off-by: Fam Zheng <[email protected]>
---
rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules.mak b/rules.mak
index b12d312..6c675fd 100644
--- a/rules.mak
+++ b/rules.mak
@@ -80,7 +80,7 @@ endif
DSO_CFLAGS := -fPIC -DBUILD_DSO
%$(DSOSUF): LDFLAGS += $(LDFLAGS_SHARED)
-%$(DSOSUF): %.mo libqemustub.a
+%$(DSOSUF): %.mo libqemustub.a libqemuutil.a
$(call LINK,$^)
@# Copy to build root so modules can be loaded when program started
without install
$(if $(findstring /,$@),$(call quiet-command,cp $@ $(subst /,-,$@), "
CP $(subst /,-,$@)"))
--
1.9.2