2006-10-05 10:17:08 +00:00
|
|
|
# Makefile for busybox
|
|
|
|
#
|
|
|
|
# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
|
|
|
|
#
|
2010-08-16 18:14:46 +00:00
|
|
|
# Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
2006-10-05 10:17:08 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
lib-y:=
|
2007-11-22 00:58:49 +00:00
|
|
|
|
2010-06-08 10:15:11 +00:00
|
|
|
INSERT
|
|
|
|
|
2010-03-26 07:35:24 +00:00
|
|
|
lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o
|
|
|
|
lib-$(CONFIG_UDHCPD) += common.o packet.o signalpipe.o socket.o
|
2007-11-22 00:58:49 +00:00
|
|
|
|
2010-03-22 13:29:13 +00:00
|
|
|
lib-$(CONFIG_UDHCPC) += dhcpc.o
|
2010-03-22 12:42:13 +00:00
|
|
|
lib-$(CONFIG_UDHCPD) += dhcpd.o arpping.o files.o leases.o static_leases.o
|
|
|
|
lib-$(CONFIG_DUMPLEASES) += dumpleases.o
|
|
|
|
lib-$(CONFIG_DHCPRELAY) += dhcprelay.o
|
2007-11-22 00:58:49 +00:00
|
|
|
|
2010-03-22 12:42:13 +00:00
|
|
|
lib-$(CONFIG_FEATURE_UDHCPC_ARPING) += arpping.o
|
2008-11-06 00:49:59 +00:00
|
|
|
lib-$(CONFIG_FEATURE_UDHCP_RFC3397) += domain_codec.o
|