diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-02-14 18:17:11 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-02-25 13:14:19 +0200 |
commit | fee089e4e258d85baf8d15783c01dfe6be98db04 (patch) | |
tree | ab6f9f13371d539896cc825e6ad025a90afdad99 /hw/virtio/dataplane/Makefile.objs | |
parent | e24a47c5b73e04f94030e2daa356c7582aebfca2 (diff) |
vring: remove
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/virtio/dataplane/Makefile.objs')
-rw-r--r-- | hw/virtio/dataplane/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio/dataplane/Makefile.objs b/hw/virtio/dataplane/Makefile.objs deleted file mode 100644 index 753a9cab44..0000000000 --- a/hw/virtio/dataplane/Makefile.objs +++ /dev/null @@ -1 +0,0 @@ -obj-y += vring.o |