projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0297b4
)
qxl: compile only once
author
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 11 Sep 2013 11:32:07 +0000
(13:32 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 18 Sep 2013 09:13:29 +0000
(11:13 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/Makefile.objs
patch
|
blob
|
history
diff --git
a/hw/display/Makefile.objs
b/hw/display/Makefile.objs
index 6e9fb3b69597282faf65f9f63ed76cdbb9046e21..540df826004f5629c80e34751631cf8544a85ce5 100644
(file)
--- 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