diff options
Diffstat (limited to 'networking/udhcp/Kbuild')
-rw-r--r-- | networking/udhcp/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/Kbuild b/networking/udhcp/Kbuild index 693f6c873..c09f9aaf0 100644 --- a/networking/udhcp/Kbuild +++ b/networking/udhcp/Kbuild | |||
@@ -10,7 +10,7 @@ lib-y:= | |||
10 | lib-$(CONFIG_UDHCPC) += common.o options.o packet.o signalpipe.o socket.o | 10 | lib-$(CONFIG_UDHCPC) += common.o options.o packet.o signalpipe.o socket.o |
11 | lib-$(CONFIG_UDHCPD) += common.o options.o packet.o signalpipe.o socket.o | 11 | lib-$(CONFIG_UDHCPD) += common.o options.o packet.o signalpipe.o socket.o |
12 | 12 | ||
13 | lib-$(CONFIG_UDHCPC) += dhcpc.o script.o | 13 | lib-$(CONFIG_UDHCPC) += dhcpc.o |
14 | lib-$(CONFIG_UDHCPD) += dhcpd.o arpping.o files.o leases.o static_leases.o | 14 | lib-$(CONFIG_UDHCPD) += dhcpd.o arpping.o files.o leases.o static_leases.o |
15 | lib-$(CONFIG_DUMPLEASES) += dumpleases.o | 15 | lib-$(CONFIG_DUMPLEASES) += dumpleases.o |
16 | lib-$(CONFIG_DHCPRELAY) += dhcprelay.o | 16 | lib-$(CONFIG_DHCPRELAY) += dhcprelay.o |