diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-12-12 18:41:00 +0300 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-31 23:31:21 +0400 |
commit | d24ca4b8c58e515abacacaeeb588b141cd8fad8b (patch) | |
tree | 985d4fbb5c2ca77eb32934f5f147e4c17bebb3e9 /chardev/Makefile.objs | |
parent | 0e58f1777794424c64711ab5f96c5887fc712d93 (diff) |
char: move socket 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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs index 3c4a328de8..c57c375d5b 100644 --- a/chardev/Makefile.objs +++ b/chardev/Makefile.objs @@ -4,5 +4,6 @@ chardev-obj-y += char-io.o 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-$(CONFIG_WIN32) += char-win.o chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o |