From: Cao jin Date: Tue, 29 Dec 2015 12:39:56 +0000 (+0800) Subject: xen/Makefile.objs: simplify X-Git-Tag: v2.6.0-rc0~233^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66c058cb69ab158e3fd61b0172e215e650f33213;p=thirdparty%2Fqemu.git xen/Makefile.objs: simplify merge last two lines, keep alphabetic order. Signed-off-by: Cao jin Reviewed-by: Stefan Weil Reviewed-by: Stefano Stabellini Signed-off-by: Michael Tokarev --- diff --git a/hw/xen/Makefile.objs b/hw/xen/Makefile.objs index a9ad7e70f77..d3670940b77 100644 --- a/hw/xen/Makefile.objs +++ b/hw/xen/Makefile.objs @@ -2,5 +2,4 @@ common-obj-$(CONFIG_XEN_BACKEND) += xen_backend.o xen_devconfig.o obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o -obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_msi.o -obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_msi.o xen_pt_graphics.o +obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_graphics.o xen_pt_msi.o