diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 19:39:48 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 19:39:48 +0000 |
commit | c108ed549771d16a8335c1e72a7c6b3798395bac (patch) | |
tree | 757dd8f1e77e8b1838adb069b6009b934b90b92b /miscutils/Kbuild | |
parent | 456fa6c0b17b2ff465a34db031f667b3fcd4bf2e (diff) | |
download | busybox-c108ed549771d16a8335c1e72a7c6b3798395bac.tar.gz |
raidautorun: new applet, by:
Thomas Jarosch (email?) and
Bernhard Fischer <rep.nop@aon.at>
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r-- | miscutils/Kbuild | 1 |
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 lib-$(CONFIG_MOUNTPOINT) += mountpoint.o lib-$(CONFIG_MT) += mt.o lib-$(CONFIG_NMETER) += nmeter.o +lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o lib-$(CONFIG_READAHEAD) += readahead.o lib-$(CONFIG_RUNLEVEL) += runlevel.o lib-$(CONFIG_RX) += rx.o |