diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-29 15:29:15 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-19 10:05:50 +0200 |
commit | 96d885b93b47243d2fc6ee826abaa8c0017282c9 (patch) | |
tree | 952bbc2638fe741878b8b9ec2348043af3d312aa /stubs/Makefile.objs | |
parent | 3c0e5a4a845c9e2823c9060631eeefebabc2f093 (diff) |
qemu-char: convert msmouse backend to data-driven creation
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index 85e4e81017..63988ca75e 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -1,7 +1,6 @@ stub-obj-y += arch-query-cpu-def.o stub-obj-y += bdrv-commit-all.o stub-obj-y += chr-baum-init.o -stub-obj-y += chr-msmouse.o stub-obj-y += chr-testdev.o stub-obj-y += clock-warp.o stub-obj-y += cpu-get-clock.o |