diff options
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r-- | miscutils/Kbuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild new file mode 100644 index 000000000..8d1b9f484 --- /dev/null +++ b/miscutils/Kbuild | |||
@@ -0,0 +1,30 @@ | |||
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 | ||