Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/networking/libiproute/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File size: 1036 byte(s)
-updated to busybox-1.13.4
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_SLATTACH) += \
11 utils.o
12
13 lib-$(CONFIG_IP) += \
14 ip_parse_common_args.o \
15 libnetlink.o \
16 ll_addr.o \
17 ll_map.o \
18 ll_proto.o \
19 ll_types.o \
20 rt_names.o \
21 rtm_map.o \
22 utils.o
23
24 lib-$(CONFIG_FEATURE_IP_ADDRESS) += \
25 ip_parse_common_args.o \
26 ipaddress.o \
27 libnetlink.o \
28 ll_addr.o \
29 ll_map.o \
30 ll_types.o \
31 rt_names.o \
32 utils.o
33
34 lib-$(CONFIG_FEATURE_IP_LINK) += \
35 ip_parse_common_args.o \
36 ipaddress.o \
37 iplink.o \
38 libnetlink.o \
39 ll_addr.o \
40 ll_map.o \
41 ll_types.o \
42 rt_names.o \
43 utils.o
44
45 lib-$(CONFIG_FEATURE_IP_ROUTE) += \
46 ip_parse_common_args.o \
47 iproute.o \
48 libnetlink.o \
49 ll_map.o \
50 rt_names.o \
51 rtm_map.o \
52 utils.o
53
54 lib-$(CONFIG_FEATURE_IP_TUNNEL) += \
55 ip_parse_common_args.o \
56 iptunnel.o \
57 rt_names.o \
58 utils.o
59
60 lib-$(CONFIG_FEATURE_IP_RULE) += \
61 ip_parse_common_args.o \
62 iprule.o \
63 rt_names.o \
64 utils.o