diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-29 15:31:26 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-19 10:05:50 +0200 |
commit | e47666b8d1f0a7043d53671587058b3ce539b09d (patch) | |
tree | 9b6301168c30d99a849a1071e291ac8eaf5f5a6f /stubs/Makefile.objs | |
parent | 96d885b93b47243d2fc6ee826abaa8c0017282c9 (diff) |
qemu-char: convert braille 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 63988ca75e..8cfa5a2f46 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -1,6 +1,5 @@ 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-testdev.o stub-obj-y += clock-warp.o stub-obj-y += cpu-get-clock.o |