aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Kbuild
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-20 19:39:48 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-20 19:39:48 +0000
commit568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5 (patch)
tree757dd8f1e77e8b1838adb069b6009b934b90b92b /miscutils/Kbuild
parent830293e36b928e0e8da6aeaaa3f07b662a2ad80c (diff)
downloadbusybox-w32-568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5.tar.gz
busybox-w32-568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5.tar.bz2
busybox-w32-568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5.zip
raidautorun: new applet, by:
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> git-svn-id: svn://busybox.net/trunk/busybox@16415 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r--miscutils/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild
index 3173e1dab..16c76fa38 100644
--- a/miscutils/Kbuild
+++ b/miscutils/Kbuild
@@ -19,6 +19,7 @@ lib-$(CONFIG_MAKEDEVS) += makedevs.o
19lib-$(CONFIG_MOUNTPOINT) += mountpoint.o 19lib-$(CONFIG_MOUNTPOINT) += mountpoint.o
20lib-$(CONFIG_MT) += mt.o 20lib-$(CONFIG_MT) += mt.o
21lib-$(CONFIG_NMETER) += nmeter.o 21lib-$(CONFIG_NMETER) += nmeter.o
22lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o
22lib-$(CONFIG_READAHEAD) += readahead.o 23lib-$(CONFIG_READAHEAD) += readahead.o
23lib-$(CONFIG_RUNLEVEL) += runlevel.o 24lib-$(CONFIG_RUNLEVEL) += runlevel.o
24lib-$(CONFIG_RX) += rx.o 25lib-$(CONFIG_RX) += rx.o