diff options
Diffstat (limited to 'ipsvd/Kbuild')
-rw-r--r-- | ipsvd/Kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/Kbuild b/ipsvd/Kbuild index 9eda63d20..fc34fea49 100644 --- a/ipsvd/Kbuild +++ b/ipsvd/Kbuild | |||
@@ -5,5 +5,5 @@ | |||
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | lib-$(CONFIG_TCPSVD) += tcpsvd.o ipsvd_perhost.o | 8 | lib-$(CONFIG_TCPSVD) += tcpudp.o ipsvd_perhost.o |
9 | lib-$(CONFIG_UDPSVD) += udpsvd.o | 9 | lib-$(CONFIG_UDPSVD) += tcpudp.o ipsvd_perhost.o |