summaryrefslogtreecommitdiff
path: root/chardev/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-12 19:48:49 +0300
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-31 23:31:21 +0400
commit2b2f23dae76348abb57e7e11899b9dd5d461fa98 (patch)
tree990866f3c859653871a52635db3cca20264f8b03 /chardev/Makefile.objs
parentc3b7d620973e443c13a5a73f2c99189fd63239f1 (diff)
downloadqemu-2b2f23dae76348abb57e7e11899b9dd5d461fa98.tar.gz
char: move serial chardev to 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 b2c14fe795..45fc8af0c4 100644
--- a/chardev/Makefile.objs
+++ b/chardev/Makefile.objs
@@ -8,6 +8,7 @@ chardev-obj-y += char-null.o
chardev-obj-y += char-pipe.o
chardev-obj-$(CONFIG_POSIX) += char-pty.o
chardev-obj-y += char-ringbuf.o
+chardev-obj-y += char-serial.o
chardev-obj-y += char-socket.o
chardev-obj-y += char-stdio.o
chardev-obj-y += char-udp.o