Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (hide annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File size: 1016 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 niro 532 # 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     lib-$(CONFIG_IP) += \
10     ip_parse_common_args.o \
11     ipaddress.o \
12     iplink.o \
13     iproute.o \
14     iptunnel.o \
15     iprule.o \
16     libnetlink.o \
17     ll_addr.o \
18     ll_map.o \
19     ll_proto.o \
20     ll_types.o \
21     rt_names.o \
22     rtm_map.o \
23     utils.o
24    
25     lib-$(CONFIG_IPADDR) += \
26     ip_parse_common_args.o \
27     ipaddress.o \
28     libnetlink.o \
29     ll_addr.o \
30     ll_map.o \
31     ll_types.o \
32     rt_names.o \
33     utils.o
34    
35     lib-$(CONFIG_IPLINK) += \
36     ip_parse_common_args.o \
37     ipaddress.o \
38     iplink.o \
39     libnetlink.o \
40     ll_addr.o \
41     ll_map.o \
42     ll_types.o \
43     rt_names.o \
44     utils.o
45    
46     lib-$(CONFIG_IPROUTE) += \
47     ip_parse_common_args.o \
48     iproute.o \
49     libnetlink.o \
50     ll_map.o \
51     rt_names.o \
52     rtm_map.o \
53     utils.o
54    
55     lib-$(CONFIG_IPTUNNEL) += \
56     ip_parse_common_args.o \
57     iptunnel.o \
58     rt_names.o \
59     utils.o
60    
61     lib-$(CONFIG_IPRULE) += \
62     ip_parse_common_args.o \
63     iprule.o \
64     rt_names.o \
65     utils.o
66