aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Kbuild
diff options
context:
space:
mode:
authorSouf Oued <souf_oued@yahoo.fr>2010-05-02 18:45:02 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-02 18:45:02 +0200
commit43afd75ea8de1c891c3c0a520cbb117e3f1ad49e (patch)
tree4e72a22fa71c0615f464f91e34bb0c5a10bf76ba /miscutils/Kbuild
parentfde3fb3009765b273d4d717a7e4609ff7f9461ae (diff)
downloadbusybox-43afd75ea8de1c891c3c0a520cbb117e3f1ad49e.tar.gz
rfkill: new applet
function old new delta rfkill_main - 683 +683 packed_usage 26824 26966 +142 static.rfkill_types - 42 +42 applet_names 2216 2223 +7 applet_main 1300 1304 +4 applet_nameofs 650 652 +2 Signed-off-by: Souf Oued <souf_oued@yahoo.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 bbfa93dc7..3c8ce42ba 100644
--- a/miscutils/Kbuild
+++ b/miscutils/Kbuild
@@ -34,6 +34,7 @@ lib-$(CONFIG_MOUNTPOINT) += mountpoint.o
lib-$(CONFIG_MT) += mt.o
lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o
lib-$(CONFIG_READAHEAD) += readahead.o
+lib-$(CONFIG_RFKILL) += rfkill.o
lib-$(CONFIG_RUNLEVEL) += runlevel.o
lib-$(CONFIG_RX) += rx.o
lib-$(CONFIG_SETSID) += setsid.o