summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2014-09-26 17:45:17 -0300
committerPaolo Bonzini <pbonzini@redhat.com>2014-10-04 08:59:15 +0200
commita1a9cb0ccd9aa6f0afcf151006fd981ec39ffa15 (patch)
tree9071ffb71fdfcac1d55d96ba69eb4c3b5d86f0b5 /Makefile.objs
parent20674449453924ac808a82619456f68bb14df007 (diff)
downloadhqemu-a1a9cb0ccd9aa6f0afcf151006fd981ec39ffa15.zip
hqemu-a1a9cb0ccd9aa6f0afcf151006fd981ec39ffa15.tar.gz
accel: Move accel code to accel.c
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 97db978..add8375 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -62,6 +62,7 @@ common-obj-$(CONFIG_SPICE) += spice-qemu-char.o
common-obj-y += audio/
common-obj-y += hw/
+common-obj-y += accel.o
common-obj-y += ui/
common-obj-y += bt-host.o bt-vhci.o
OpenPOWER on IntegriCloud