Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/miscutils/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File size: 1049 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 # Makefile for busybox
2 #
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4 #
5 # Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7 lib-y:=
8 lib-$(CONFIG_ADJTIMEX) += adjtimex.o
9 lib-$(CONFIG_CROND) += crond.o
10 lib-$(CONFIG_CRONTAB) += crontab.o
11 lib-$(CONFIG_BBCONFIG) += bbconfig.o
12 lib-$(CONFIG_DC) += dc.o
13 lib-$(CONFIG_DEVFSD) += devfsd.o
14 lib-$(CONFIG_EJECT) += eject.o
15 lib-$(CONFIG_HDPARM) += hdparm.o
16 lib-$(CONFIG_LAST) += last.o
17 lib-$(CONFIG_LESS) += less.o
18 lib-$(CONFIG_MAKEDEVS) += makedevs.o
19 lib-$(CONFIG_MOUNTPOINT) += mountpoint.o
20 lib-$(CONFIG_MT) += mt.o
21 lib-$(CONFIG_NMETER) += nmeter.o
22 lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o
23 lib-$(CONFIG_READAHEAD) += readahead.o
24 lib-$(CONFIG_RUNLEVEL) += runlevel.o
25 lib-$(CONFIG_RX) += rx.o
26 lib-$(CONFIG_SETSID) += setsid.o
27 lib-$(CONFIG_STRINGS) += strings.o
28 lib-$(CONFIG_TASKSET) += taskset.o
29 lib-$(CONFIG_TIME) += time.o
30 lib-$(CONFIG_WATCHDOG) += watchdog.o