aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/bootchartd.c9
-rw-r--r--init/halt.c1
-rw-r--r--init/init.c1
3 files changed, 4 insertions, 7 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c
index b5dd17439..373cde2d8 100644
--- a/init/bootchartd.c
+++ b/init/bootchartd.c
@@ -2,11 +2,6 @@
2/* 2/*
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
6//applet:IF_BOOTCHARTD(APPLET(bootchartd, BB_DIR_SBIN, BB_SUID_DROP))
7
8//kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o
9
10//config:config BOOTCHARTD 5//config:config BOOTCHARTD
11//config: bool "bootchartd (10 kb)" 6//config: bool "bootchartd (10 kb)"
12//config: default y 7//config: default y
@@ -46,6 +41,10 @@
46//config: Enable reading and parsing of $PWD/bootchartd.conf 41//config: Enable reading and parsing of $PWD/bootchartd.conf
47//config: and /etc/bootchartd.conf files. 42//config: and /etc/bootchartd.conf files.
48 43
44//applet:IF_BOOTCHARTD(APPLET(bootchartd, BB_DIR_SBIN, BB_SUID_DROP))
45
46//kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o
47
49#include "libbb.h" 48#include "libbb.h"
50#include "common_bufsiz.h" 49#include "common_bufsiz.h"
51/* After libbb.h, since it needs sys/types.h on some systems */ 50/* After libbb.h, since it needs sys/types.h on some systems */
diff --git a/init/halt.c b/init/halt.c
index 632c6cc56..c6c857f08 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -6,7 +6,6 @@
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this source tree. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9
10//config:config HALT 9//config:config HALT
11//config: bool "halt (3.7 kb)" 10//config: bool "halt (3.7 kb)"
12//config: default y 11//config: default y
diff --git a/init/init.c b/init/init.c
index ab137a981..64e5c3e0b 100644
--- a/init/init.c
+++ b/init/init.c
@@ -8,7 +8,6 @@
8 * 8 *
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11
12//config:config INIT 11//config:config INIT
13//config: bool "init (9.3 kb)" 12//config: bool "init (9.3 kb)"
14//config: default y 13//config: default y