diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-29 15:33:42 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-19 10:06:09 +0200 |
commit | 0498790173e462ac3a7e4e0f3608704b8382dd10 (patch) | |
tree | 986421c82cbf36f12a7916fe10bf945f46e3c958 /stubs/Makefile.objs | |
parent | e47666b8d1f0a7043d53671587058b3ce539b09d (diff) |
qemu-char: convert testdev 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 8cfa5a2f46..b5322a2057 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-testdev.o stub-obj-y += clock-warp.o stub-obj-y += cpu-get-clock.o stub-obj-y += cpu-get-icount.o |