partially migrate coreutils to Config.src and Kbuild.src
[platform/upstream/busybox.git] / networking / udhcp / Kbuild
1 # Makefile for busybox
2 #
3 # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
4 #
5 # Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
6 #
7
8 lib-y:=
9
10 lib-$(CONFIG_UDHCPC)     += common.o packet.o signalpipe.o socket.o
11 lib-$(CONFIG_UDHCPD)     += common.o packet.o signalpipe.o socket.o
12
13 lib-$(CONFIG_UDHCPC)     += dhcpc.o
14 lib-$(CONFIG_UDHCPD)     += dhcpd.o arpping.o files.o leases.o static_leases.o
15 lib-$(CONFIG_DUMPLEASES) += dumpleases.o
16 lib-$(CONFIG_DHCPRELAY)  += dhcprelay.o
17
18 lib-$(CONFIG_FEATURE_UDHCPC_ARPING) += arpping.o
19 lib-$(CONFIG_FEATURE_UDHCP_RFC3397) += domain_codec.o