summaryrefslogtreecommitdiff
path: root/chardev/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-12 18:48:09 +0300
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-31 23:31:21 +0400
commit3b4482a26dd6d722004fcb7ee031064ee50288e3 (patch)
treeb1b7342852a071fea78568a608f68203f0e45f19 /chardev/Makefile.objs
parentd24ca4b8c58e515abacacaeeb588b141cd8fad8b (diff)
downloadqemu-3b4482a26dd6d722004fcb7ee031064ee50288e3.tar.gz
char: move udp chardev 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 c57c375d5b..dddef029e7 100644
--- a/chardev/Makefile.objs
+++ b/chardev/Makefile.objs
@@ -5,5 +5,6 @@ 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-udp.o
chardev-obj-$(CONFIG_WIN32) += char-win.o
chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o