diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:36 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:41 -0500 |
commit | 3efd632b8218831999e3542c15bf9d59085a9355 (patch) | |
tree | 94632d078128d44bde39aeeb445b6762431ec989 /Makefile.target | |
parent | fa838301c9a19e916c198a8a2fea11c52d072519 (diff) |
Fold XEN_LIBS into libs_softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.target b/Makefile.target index 9878c6494a..1369d45ca7 100644 --- a/Makefile.target +++ b/Makefile.target @@ -247,9 +247,6 @@ endif # xen backend driver support obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o -ifeq ($(CONFIG_XEN), y) - LIBS += $(XEN_LIBS) -endif # USB layer obj-y += usb-ohci.o |