diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-31 21:45:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-31 21:45:57 +0000 |
commit | 4acdb46ff17a3dd966ddccdc149cda5a18d51a48 (patch) | |
tree | e467e075ec91dd753eb1359d6b350c09ed52d78e /miscutils/Kbuild | |
parent | 802cab15e5407269cc3bb3a53fe076e86b62307e (diff) | |
download | busybox-4acdb46ff17a3dd966ddccdc149cda5a18d51a48.tar.gz |
ionice: new applet, adapted from Linux kernel' example by Walter Harms
text data bss dec hex filename
1050316 924 10952 1062192 103530 busybox_old
1050758 924 10952 1062634 1036ea busybox_unstripped
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 e6e434755..7665130e5 100644 --- a/miscutils/Kbuild +++ b/miscutils/Kbuild @@ -16,6 +16,7 @@ lib-$(CONFIG_DEVFSD) += devfsd.o lib-$(CONFIG_DEVMEM) += devmem.o lib-$(CONFIG_EJECT) += eject.o lib-$(CONFIG_FBSPLASH) += fbsplash.o +lib-$(CONFIG_IONICE) += ionice.o lib-$(CONFIG_HDPARM) += hdparm.o lib-$(CONFIG_INOTIFYD) += inotifyd.o lib-$(CONFIG_FEATURE_LAST_SMALL)+= last.o |