diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2014-09-26 17:45:17 -0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-10-04 08:59:15 +0200 |
commit | a1a9cb0ccd9aa6f0afcf151006fd981ec39ffa15 (patch) | |
tree | 9071ffb71fdfcac1d55d96ba69eb4c3b5d86f0b5 /Makefile.objs | |
parent | 20674449453924ac808a82619456f68bb14df007 (diff) |
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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 97db978d16..add83755be 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 |