diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-12 13:47:15 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-12 13:47:15 +0200 |
commit | b1db09be5a19f814ed5dc7e0ab095c3355926da6 (patch) | |
tree | 382ba65d4a9194cb1b694e4240a0cf005bf567f1 /init/bootchartd.c | |
parent | d4d289acf5eb59ebae414f9aae8a74de30dce36a (diff) | |
download | busybox-w32-b1db09be5a19f814ed5dc7e0ab095c3355926da6.tar.gz busybox-w32-b1db09be5a19f814ed5dc7e0ab095c3355926da6.tar.bz2 busybox-w32-b1db09be5a19f814ed5dc7e0ab095c3355926da6.zip |
init/*: move applet/kbuild/config/help bits into applet source files
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'init/bootchartd.c')
-rw-r--r-- | init/bootchartd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index f14d5c0fd..5a1b3e8e8 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -3,6 +3,10 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | //applet:IF_BOOTCHARTD(APPLET(bootchartd, _BB_DIR_SBIN, _BB_SUID_DROP)) | ||
7 | |||
8 | //kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o | ||
9 | |||
6 | //config:config BOOTCHARTD | 10 | //config:config BOOTCHARTD |
7 | //config: bool "bootchartd" | 11 | //config: bool "bootchartd" |
8 | //config: default y | 12 | //config: default y |