aboutsummaryrefslogtreecommitdiff
path: root/chardev/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-12 17:49:52 +0300
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-31 23:31:21 +0400
commit0e58f1777794424c64711ab5f96c5887fc712d93 (patch)
treec49a17e24cbbe416a3240c028f15fb75cefb3918 /chardev/Makefile.objs
parent503ebefe0a2d09405a2b562d265211dd16d0448a (diff)
downloadqemu-0e58f1777794424c64711ab5f96c5887fc712d93.zip
qemu-0e58f1777794424c64711ab5f96c5887fc712d93.tar.gz
qemu-0e58f1777794424c64711ab5f96c5887fc712d93.tar.bz2
char: move win-stdio into its own file
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'chardev/Makefile.objs')
-rw-r--r--chardev/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs
index bdf5a11..3c4a328 100644
--- a/chardev/Makefile.objs
+++ b/chardev/Makefile.objs
@@ -5,3 +5,4 @@ chardev-obj-y += char-mux.o
chardev-obj-y += char-null.o
chardev-obj-y += char-ringbuf.o
chardev-obj-$(CONFIG_WIN32) += char-win.o
+chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o