diff options
Diffstat (limited to 'networking/udhcp/Kbuild')
-rw-r--r-- | networking/udhcp/Kbuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/networking/udhcp/Kbuild b/networking/udhcp/Kbuild index e938076f7..d1d35670f 100644 --- a/networking/udhcp/Kbuild +++ b/networking/udhcp/Kbuild | |||
@@ -6,20 +6,20 @@ | |||
6 | # | 6 | # |
7 | 7 | ||
8 | lib-y:= | 8 | lib-y:= |
9 | lib-$(CONFIG_APP_UDHCPC) += common.o options.o packet.o \ | 9 | lib-$(CONFIG_UDHCPC) += common.o options.o packet.o \ |
10 | signalpipe.o socket.o | 10 | signalpipe.o socket.o |
11 | lib-$(CONFIG_APP_UDHCPD) += common.o options.o packet.o \ | 11 | lib-$(CONFIG_UDHCPD) += common.o options.o packet.o \ |
12 | signalpipe.o socket.o | 12 | signalpipe.o socket.o |
13 | 13 | ||
14 | lib-$(CONFIG_APP_UDHCPC) += dhcpc.o clientpacket.o clientsocket.o \ | 14 | lib-$(CONFIG_UDHCPC) += dhcpc.o clientpacket.o clientsocket.o \ |
15 | script.o | 15 | script.o |
16 | 16 | ||
17 | UDHCPC_NEEDS_ARPING-$(CONFIG_FEATURE_UDHCPC_ARPING) = y | 17 | UDHCPC_NEEDS_ARPING-$(CONFIG_FEATURE_UDHCPC_ARPING) = y |
18 | lib-$(UDHCPC_NEEDS_ARPING-y) += arpping.o | 18 | lib-$(UDHCPC_NEEDS_ARPING-y) += arpping.o |
19 | 19 | ||
20 | lib-$(CONFIG_APP_UDHCPD) += dhcpd.o arpping.o files.o leases.o \ | 20 | lib-$(CONFIG_UDHCPD) += dhcpd.o arpping.o files.o leases.o \ |
21 | serverpacket.o static_leases.o | 21 | serverpacket.o static_leases.o |
22 | 22 | ||
23 | lib-$(CONFIG_APP_DUMPLEASES) += dumpleases.o | 23 | lib-$(CONFIG_DUMPLEASES) += dumpleases.o |
24 | lib-$(CONFIG_APP_DHCPRELAY) += dhcprelay.o | 24 | lib-$(CONFIG_DHCPRELAY) += dhcprelay.o |
25 | lib-$(CONFIG_FEATURE_UDHCP_RFC3397) += domain_codec.o | 25 | lib-$(CONFIG_FEATURE_UDHCP_RFC3397) += domain_codec.o |