aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Kbuild
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-20 03:48:11 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-20 03:48:11 +0100
commit8a7c166ab9ad35eef8c90d6b0b3a25b8a9fbacd2 (patch)
tree150a58a93b9698a4db16187ef1952deda0acae16 /networking/udhcp/Kbuild
parentde9e772f46eeba347c21014d4b159f28c2c2d9c1 (diff)
downloadbusybox-8a7c166ab9ad35eef8c90d6b0b3a25b8a9fbacd2.tar.gz
udhcp: move serverpacket.c into dhcpd.c, no other changes
function old new delta udhcpd_main 1480 1956 +476 send_inform 83 - -83 send_offer 376 - -376 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 1/0 up/down: 476/-459) Total: 17 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/Kbuild')
-rw-r--r--networking/udhcp/Kbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/udhcp/Kbuild b/networking/udhcp/Kbuild
index d1d35670f..138a950aa 100644
--- a/networking/udhcp/Kbuild
+++ b/networking/udhcp/Kbuild
@@ -17,8 +17,7 @@ lib-$(CONFIG_UDHCPC) += dhcpc.o clientpacket.o clientsocket.o \
UDHCPC_NEEDS_ARPING-$(CONFIG_FEATURE_UDHCPC_ARPING) = y
lib-$(UDHCPC_NEEDS_ARPING-y) += arpping.o
-lib-$(CONFIG_UDHCPD) += dhcpd.o arpping.o files.o leases.o \
- serverpacket.o static_leases.o
+lib-$(CONFIG_UDHCPD) += dhcpd.o arpping.o files.o leases.o static_leases.o
lib-$(CONFIG_DUMPLEASES) += dumpleases.o
lib-$(CONFIG_DHCPRELAY) += dhcprelay.o