diff options
Diffstat (limited to 'io/Makefile.objs')
-rw-r--r-- | io/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile.objs b/io/Makefile.objs index 3d2f232480..a48011b726 100644 --- a/io/Makefile.objs +++ b/io/Makefile.objs @@ -1,5 +1,6 @@ io-obj-y = channel.o io-obj-y += channel-file.o io-obj-y += channel-socket.o +io-obj-y += channel-tls.o io-obj-y += channel-watch.o io-obj-y += task.o |