diff options
Diffstat (limited to 'networking/udhcp/Makefile.in')
-rw-r--r-- | networking/udhcp/Makefile.in | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/networking/udhcp/Makefile.in b/networking/udhcp/Makefile.in index d06e809c9..4d3f27093 100644 --- a/networking/udhcp/Makefile.in +++ b/networking/udhcp/Makefile.in | |||
@@ -33,22 +33,14 @@ CONFIG_UDHCP_SHARED=n | |||
33 | endif | 33 | endif |
34 | endif | 34 | endif |
35 | 35 | ||
36 | ifeq ($(CONFIG_UDHCPD), y) | ||
37 | CONFIG_UDHCP_LEASES_FILE=y | ||
38 | else | ||
39 | ifeq ($(CONFIG_UDHCPD), y) | ||
40 | CONFIG_UDHCP_LEASES_FILE=y | ||
41 | else | ||
42 | CONFIG_UDHCP_LEASES_FILE=n | ||
43 | endif | ||
44 | endif | ||
45 | |||
46 | UDHCP-y:= | 36 | UDHCP-y:= |
47 | UDHCP-$(CONFIG_UDHCP_SHARED) += options.c socket.c packet.c common.c | 37 | UDHCP-$(CONFIG_UDHCP_SHARED) += common.c options.c packet.c pidfile.c \ |
48 | UDHCP-$(CONFIG_UDHCPC) += dhcpc.c clientpacket.c script.c | 38 | signalpipe.c socket.c |
49 | UDHCP-$(CONFIG_UDHCPD) += dhcpd.c arpping.c files.c leases.c serverpacket.c | 39 | UDHCP-$(CONFIG_UDHCPC) += dhcpc.c clientpacket.c clientsocket.c \ |
40 | script.c | ||
41 | UDHCP-$(CONFIG_UDHCPD) += dhcpd.c arpping.c files.c leases.c \ | ||
42 | serverpacket.c | ||
50 | UDHCP-$(CONFIG_DUMPLEASES) += dumpleases.c | 43 | UDHCP-$(CONFIG_DUMPLEASES) += dumpleases.c |
51 | UDHCP-$(CONFIG_UDHCP_LEASES_FILE) += leases_file.c | ||
52 | UDHCP_OBJS=$(patsubst %.c,$(UDHCP_DIR)%.o, $(UDHCP-y)) | 44 | UDHCP_OBJS=$(patsubst %.c,$(UDHCP_DIR)%.o, $(UDHCP-y)) |
53 | 45 | ||
54 | libraries-y+=$(UDHCP_DIR)$(UDHCP_AR) | 46 | libraries-y+=$(UDHCP_DIR)$(UDHCP_AR) |