From: Gerd Hoffmann Date: Wed, 11 Sep 2013 11:32:07 +0000 (+0200) Subject: qxl: compile only once X-Git-Tag: qemu-xen-4.5.0-rc1~466^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=521e759cf1ca05fc59a8653e48f18f830edbda7e;p=qemu-upstream-4.5-testing.git qxl: compile only once Signed-off-by: Gerd Hoffmann --- diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index 6e9fb3b69..540df8260 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -31,5 +31,4 @@ obj-$(CONFIG_TCX) += tcx.o obj-$(CONFIG_VGA) += vga.o -common-obj-$(CONFIG_QXL) += qxl-logger.o qxl-render.o -obj-$(CONFIG_QXL) += qxl.o +common-obj-$(CONFIG_QXL) += qxl.o qxl-logger.o qxl-render.o