From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 11 Sep 2013 11:32:07 +0000 (+0200)
Subject: qxl: compile only once
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=521e759cf1ca05fc59a8653e48f18f830edbda7e;p=qemu.git

qxl: compile only once

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---

diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs
index 6e9fb3b695..540df82600 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