From: Gerd Hoffmann Date: Wed, 11 Sep 2013 11:32:07 +0000 (+0200) Subject: qxl: compile only once X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~524^2~3^2~152^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=521e759cf1ca05fc59a8653e48f18f830edbda7e;p=sdk%2Femulator%2Fqemu.git qxl: compile only once Signed-off-by: Gerd Hoffmann --- 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