From 2701ff03285782ed084d2fc513b0c737be1aa3df Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 9 Mar 2015 16:04:48 +0000 Subject: [PATCH] prepend libs_softmmu to LIBS --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.target b/Makefile.target index e9ff1eed7b..f7872cbcef 100644 --- a/Makefile.target +++ b/Makefile.target @@ -134,7 +134,7 @@ obj-$(CONFIG_KVM) += kvm-all.o obj-y += memory.o savevm.o cputlb.o obj-y += memory_mapping.o obj-y += dump.o -LIBS+=$(libs_softmmu) +LIBS := $(libs_softmmu) $(LIBS) # xen support obj-$(CONFIG_XEN) += xen-common.o -- 2.39.5