]> xenbits.xensource.com Git - people/liuw/qemu.git/commitdiff
prepend libs_softmmu to LIBS
authorWei Liu <wei.liu2@citrix.com>
Mon, 9 Mar 2015 16:04:48 +0000 (16:04 +0000)
committerWei Liu <wei.liu2@citrix.com>
Fri, 16 Oct 2015 15:18:44 +0000 (16:18 +0100)
Makefile.target

index e9ff1eed7b9bcf74444af8000d86f56d286517dd..f7872cbceffe845a8ac20e4747c3bc37b2b77ecf 100644 (file)
@@ -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