diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-11 13:32:07 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-18 11:13:29 +0200 |
commit | 521e759cf1ca05fc59a8653e48f18f830edbda7e (patch) | |
tree | 13a43d805b545d0ee22e16a6598ebedb3a254695 /hw/display/Makefile.objs | |
parent | b0297b4a82f5ba39f6e75c024f80bc4c20070d27 (diff) |
qxl: compile only once
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/Makefile.objs')
-rw-r--r-- | hw/display/Makefile.objs | 3 |
1 files changed, 1 insertions, 2 deletions
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 |