summaryrefslogtreecommitdiff
path: root/chardev/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-12 18:59:04 +0300
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-31 23:31:21 +0400
commitd1800815256f3f1c22f01bde7a75108e625fba6e (patch)
tree129e25c34b150c556eac75b08cbda044fec0f2b0 /chardev/Makefile.objs
parent6fdafac1c165821054e1d0786bd6630e90f2379f (diff)
downloadqemu-d1800815256f3f1c22f01bde7a75108e625fba6e.tar.gz
char: move stdio in 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 0051a7a819..ee40e8a1d7 100644
--- a/chardev/Makefile.objs
+++ b/chardev/Makefile.objs
@@ -6,6 +6,7 @@ chardev-obj-y += char-mux.o
chardev-obj-y += char-null.o
chardev-obj-y += char-ringbuf.o
chardev-obj-y += char-socket.o
+chardev-obj-y += char-stdio.o
chardev-obj-y += char-udp.o
chardev-obj-$(CONFIG_WIN32) += char-win.o
chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o